build: export nixos module and overlay
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M nix/package.nix → nix/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 = [