all repos — searchix @ 4c4b980bff860dda725253438b499245338161df

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: enable non-flake import

Alan Pearce
commit

4c4b980bff860dda725253438b499245338161df

parent

e9eed3ddc4229db707cccb30beddde15044eff16

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M flake.nixflake.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: