all repos — searchix @ 4b4ef1464c241c398e4e469d862f0848f75d5894

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

refactor(nix): rename module attribute to allow for other modules

Alan Pearce
commit

4b4ef1464c241c398e4e469d862f0848f75d5894

parent

bc1a7356d0afb63cd67f7c14c7e766354c7d7866

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

jump to
M flake.nixflake.nix
@@ -24,7 +24,7 @@
outputs = { self, nixpkgs, flake-utils, gomod2nix, pre-commit-hooks, simple-css }: { nixosModules = { - default = import ./nix/modules self; + web = import ./nix/modules self; }; } // (flake-utils.lib.eachDefaultSystem (system: