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, 1 insertion(+), 1 deletion(-)

changed files
M nix/package.nixnix/package.nix
@@ -1,7 +1,7 @@
{ pkgs ? ( let inherit (builtins) fetchTree fromJSON readFile; - inherit ((fromJSON (readFile ./flake.lock)).nodes) nixpkgs gomod2nix; + inherit ((fromJSON (readFile ../flake.lock)).nodes) nixpkgs gomod2nix; in import (fetchTree nixpkgs.locked) { overlays = [