parent
0c52e62c4e
commit
5ce78d85f0
|
@ -21,7 +21,10 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
devShell.x86_64-linux = pkgs.mkShell {
|
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 ];
|
nixosConfigurations.logos = mkSystem [ ./hosts/logos ./hardware/alrest ];
|
||||||
|
|
Loading…
Reference in New Issue