From ad064dfb954a815f1e5175ab42033fc9e1fb6d02 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 May 2024 23:24:03 +0200 Subject: build: export nixos module and overlay --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/package.nix') diff --git a/nix/package.nix b/nix/package.nix index 6c942b0..ffb0a16 100644 --- a/nix/package.nix +++ b/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 = [ -- cgit 1.4.1