fix sops shell
This commit is contained in:
parent
581a9b64a0
commit
e8ce6631c4
@ -206,7 +206,7 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
rebuild update-vscode upgrade upgrade-hyprland
|
rebuild update-vscode upgrade upgrade-hyprland
|
||||||
nixfmt nixpkgs-fmt statix vulnix deadnix git deploy-rs
|
nixfmt nixpkgs-fmt statix vulnix deadnix git deploy-rs
|
||||||
fup-repl
|
fup-repl ssh-to-pgp sops
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
ci = pkgs.mkShell {
|
ci = pkgs.mkShell {
|
||||||
@ -215,7 +215,7 @@
|
|||||||
nix-eval-jobs jq
|
nix-eval-jobs jq
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
sops = {
|
sops = pkgs.mkShell {
|
||||||
name = "sops";
|
name = "sops";
|
||||||
sopsPGPKeyDirs = [
|
sopsPGPKeyDirs = [
|
||||||
"${toString ./.}/keys/hosts"
|
"${toString ./.}/keys/hosts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user