agenix in shell

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-21 18:56:26 -05:00
parent 0c52e62c4e
commit 5ce78d85f0
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@
};
in {
devShell.x86_64-linux = pkgs.mkShell {
buildInputs = [ deploy-rs.packages.x86_64-linux.deploy-rs ];
buildInputs = [
deploy-rs.packages.x86_64-linux.deploy-rs
agenix.packages.x86_64-linux.agenix
];
};
nixosConfigurations.logos = mkSystem [ ./hosts/logos ./hardware/alrest ];