mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 14:35:25 +08:00
Merge branch 'master' into lists
This commit is contained in:
commit
47a99b6957
5 changed files with 45 additions and 8 deletions
|
|
@ -20,6 +20,7 @@
|
|||
'';
|
||||
} {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) system;
|
||||
};
|
||||
|
||||
pgp-keys = makeTest {
|
||||
|
|
@ -73,5 +74,6 @@
|
|||
'';
|
||||
} {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) system;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,4 +27,6 @@ sopsPGPHook() {
|
|||
|
||||
if [ -z "${shellHook-}" ]; then
|
||||
shellHook=sopsPGPHook
|
||||
else
|
||||
shellHook="sopsPGPHook;${shellHook}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue