Skip to content

Commit

Permalink
chore: upgrade sops
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Oct 10, 2024
1 parent 76a18e6 commit 47e1ca6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions home/base/tui/encryption/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{pkgs, ...}: {
{
pkgs,
pkgs-unstable,
...
}: {
home.packages = with pkgs; [
age
sops
pkgs-unstable.sops
rclone
];
}

0 comments on commit 47e1ca6

Please sign in to comment.