all repos — searchix @ ad064dfb954a815f1e5175ab42033fc9e1fb6d02

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

build: export nixos module and overlay

Alan Pearce
commit

ad064dfb954a815f1e5175ab42033fc9e1fb6d02

parent

895a3b061bb4717955ffbceab3bf3c6ecebacd70

1 file changed, 6 insertions(+), 1 deletion(-)

changed files
M flake.nixflake.nix
@@ -22,7 +22,12 @@ };
}; outputs = { self, nixpkgs, flake-utils, gomod2nix, pre-commit-hooks, simple-css }: - (flake-utils.lib.eachDefaultSystem + { + nixosModules = { + default = import ./nix/modules self; + }; + overlays.default = import ./nix/overlays; + } // (flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs {