outputs: use bultins.toString for the default value of selfPath

This commit is contained in:
Wroclaw 2025-04-07 13:28:05 +02:00
parent 0d62f52cd5
commit b188a5239c

View file

@ -1,7 +1,7 @@
{
inputsPath ? ./inputs.nix,
inputs ? import inputsPath {},
selfPath ? ./.
selfPath ? builtins.toString ./.,
}:
let