nix community. Where shit just gets renamed without reason and documentation

This commit is contained in:
Grigory Shipunov 2023-01-24 20:54:19 +01:00
parent 73757ed94e
commit 5da83c8a3c
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -100,13 +100,13 @@
dishwasher = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
extraArgs = { flake = self; };
modules = [
sops-nix.nixosModules.sops
microvm.nixosModules.host
./hosts/dishwasher
./modules/basic-tools
./modules/binary-caches.nix
{ config._module.args = { flake = self; }; }
];
};