pkgs/top-level/release-outpaths.nix: adjust default path value
This commit is contained in:
parent
5c9ec8597b
commit
8d888a5caa
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue