diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index eb9c560..c3b99bd 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ outputs = { self, nixpkgs, flake-utils, gomod2nix, pre-commit-hooks, simple-css }: { nixosModules = { - web = import ./nix/modules self; + web = import ./nix/modules; }; } // (flake-utils.lib.eachDefaultSystem (system: |