From 174ad04905da9709e4aef366e14aa438e58e5b0b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 27 Nov 2024 18:57:58 +0100 Subject: fix: enable using module in pure evaluation mode --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fbfd82e..5ca7f8a 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ outputs = { self, nixpkgs, flake-utils, gomod2nix, pre-commit-hooks, simple-css }: { nixosModules = { - web = import ./nix/modules; + web = import ./nix/modules self; }; } // (flake-utils.lib.eachDefaultSystem (system: -- cgit 1.4.1