index
:
NUR
master
My Nix packages exported to NUR
Immae
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
crypto
/
cardano
/
default.nix
blob: 5d08eda3f02af7819361a6098a5f8ddf1d366eca (
plain
) (
blame
)
1
2
{
runCommand
,
mylibs
}:
runCommand
"empty"
{
preferLocalBuild =
true
;
}
"mkdir -p $out"