summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 7a7a576..9663745 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
];
};
};