add deply config for ifrit
This commit is contained in:
parent
69f462d3c6
commit
9ccc374d39
6 changed files with 112 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, agenix-bin, ... }:
|
||||
{ pkgs, agenix, deploy-rs, system, ... }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
agenix-bin
|
||||
agenix.defaultPackage."${system}"
|
||||
deploy-rs.defaultPackage."${system}"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue