mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-14 06:22:02 +02:00
try fixing the devShell
This commit is contained in:
parent
3ee8594bb5
commit
987f43dd63
2 changed files with 9 additions and 18 deletions
21
shell.nix
21
shell.nix
|
@ -1,26 +1,17 @@
|
|||
{ mkShell
|
||||
, sops-import-keys-hook
|
||||
, ssh-to-pgp
|
||||
, sops-init-gpg-key
|
||||
{ mkShellNoCC
|
||||
, ssh-to-age
|
||||
, sops
|
||||
, sops-import-keys-hook
|
||||
, deploy-rs
|
||||
, nixpkgs-fmt
|
||||
, knot-dns
|
||||
, lefthook
|
||||
, python3
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
sopsPGPKeyDirs = [ "./nixos/secrets/keys" ];
|
||||
mkShellNoCC {
|
||||
nativeBuildInputs = [
|
||||
python3.pkgs.invoke
|
||||
ssh-to-pgp
|
||||
sops-import-keys-hook
|
||||
sops-init-gpg-key
|
||||
ssh-to-age
|
||||
sops
|
||||
sops-import-keys-hook
|
||||
deploy-rs
|
||||
nixpkgs-fmt
|
||||
lefthook
|
||||
knot-dns
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue