chore: upgrade sops

This commit is contained in:
Ryan Yin
2024-10-10 11:32:24 +08:00
parent 76a18e6ed6
commit 47e1ca61c3

View File

@@ -1,7 +1,11 @@
{pkgs, ...}: { {
pkgs,
pkgs-unstable,
...
}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
age age
sops pkgs-unstable.sops
rclone rclone
]; ];
} }