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

This commit is contained in:
Adam Joseph 2023-11-22 22:26:53 -08:00
parent 5c9ec8597b
commit 8d888a5caa

View file

@ -5,7 +5,7 @@
# Vendored from: # Vendored from:
# https://raw.githubusercontent.com/NixOS/ofborg/74f38efa7ef6f0e8e71ec3bfc675ae4fb57d7491/ofborg/src/outpaths.nix # https://raw.githubusercontent.com/NixOS/ofborg/74f38efa7ef6f0e8e71ec3bfc675ae4fb57d7491/ofborg/src/outpaths.nix
{ checkMeta { checkMeta
, path ? ./. , path ? ./../..
}: }:
let let
lib = import (path + "/lib"); lib = import (path + "/lib");