outputs: use bultins.toString for the default value of selfPath
This commit is contained in:
parent
0d62f52cd5
commit
b188a5239c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
inputsPath ? ./inputs.nix,
|
||||
inputs ? import inputsPath {},
|
||||
selfPath ? ./.
|
||||
selfPath ? builtins.toString ./.,
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue