From 4c4b980bff860dda725253438b499245338161df Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 25 May 2024 02:20:24 +0200 Subject: build: enable non-flake import --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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: -- cgit 1.4.1