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 alan@alanpearce.eu
Wed, 22 May 2024 13:20:46 +0200
commit

4b4ef1464c241c398e4e469d862f0848f75d5894

parent

bc1a7356d0afb63cd67f7c14c7e766354c7d7866

1 files changed, 1 insertions(+), 1 deletions(-)

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: