pkgs/top-level/release-outpaths.nix: adjust default path value

This commit is contained in:
Adam Joseph
2023-12-15 04:21:32 -08:00
parent 5c9ec8597b
commit 8d888a5caa
+1 -1
View File
@@ -5,7 +5,7 @@
# Vendored from:
# https://raw.githubusercontent.com/NixOS/ofborg/74f38efa7ef6f0e8e71ec3bfc675ae4fb57d7491/ofborg/src/outpaths.nix
{ checkMeta
, path ? ./.
, path ? ./../..
}:
let
lib = import (path + "/lib");