This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9e0fdd3973
tvl-depot
/
lisp
/
prelude.nix
9 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
Remove default values for Nix expression parameters I'm not sure if this commit breaks everything in my monorepo. I think it will. Why am I doing this? Perhaps it's a bad idea. I don't fully understand how readTree works. My ignorance is costing me hours of time spent debugging. In an effort to better understand readTree, I'm removing the default values for my Nix expression parameters, which I believe have preventing errors from surfacing.
2020-02-23 23:29:32 +01:00
{
depot
,
.
.
.
}:
Support prelude.lisp Using this module to support utility functions that I have not classified further than being miscellaneous.
2020-01-24 11:52:53 +01:00
depot
.
nix
.
buildLisp
.
library
{
name
=
"
p
r
e
l
u
d
e
"
;
srcs
=
[
./prelude.lisp
]
;
}
Reference in a new issue
Copy permalink