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
cb3d1da6c9
tvl-depot
/
gopkgs
/
utils
/
default.nix
9 lines
92 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
,
.
.
.
}:
Create gopkgs directory for golang libs - Created a gopkgs directory and registered it with default.nix's readTree - Moved monzo_ynab/utils -> gopkgs - Consumed utils.go in main.go - Renamed monzo_ynab -> job
2020-02-09 14:47:48 +01:00
depot
.
buildGo
.
package
{
name
=
"
u
t
i
l
s
"
;
srcs
=
[
./utils.go
]
;
}
Reference in a new issue
Copy permalink