mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
refactor: use flakes with deploy-rs & nixos-hardware
This commit is contained in:
parent
b1ef65594a
commit
d17c2b69a0
81 changed files with 1179 additions and 317 deletions
26
shell.nix
Normal file
26
shell.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
{ mkShell
|
||||
, sops-import-keys-hook
|
||||
, ssh-to-pgp
|
||||
, sops-init-gpg-key
|
||||
, sops
|
||||
, deploy-rs
|
||||
, nixpkgs-fmt
|
||||
, knot-dns
|
||||
, lefthook
|
||||
, python3
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
sopsPGPKeyDirs = [ "./nixos/secrets/keys" ];
|
||||
nativeBuildInputs = [
|
||||
python3.pkgs.invoke
|
||||
ssh-to-pgp
|
||||
sops-import-keys-hook
|
||||
sops-init-gpg-key
|
||||
sops
|
||||
deploy-rs
|
||||
nixpkgs-fmt
|
||||
lefthook
|
||||
knot-dns
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue