refactor outputs.nix
Splits everything into separate files.
This commit is contained in:
parent
afb2ca459e
commit
5b97801911
7 changed files with 83 additions and 73 deletions
6
dev-shell.nix
Normal file
6
dev-shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, agenix-bin, ... }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
agenix-bin
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue