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:
|
# 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");
|
||||||
|
|
Loading…
Reference in a new issue