diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,11 +17,11 @@ }@inputs: { nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; + specialArgs = { inherit inputs; }; modules = [ hjem.nixosModules.default ./configuration.nix - ./overlays.nix + ./overlays.nix ]; }; }; |
