tack and everything and wow
This commit is contained in:
parent
480c556d32
commit
7a6f387652
24 changed files with 801 additions and 358 deletions
|
|
@ -1,6 +1,6 @@
|
|||
let
|
||||
pins = builtins.fromTOML (builtins.readFile ../pins/pins.toml);
|
||||
lock = builtins.fromJSON (builtins.readFile ../pins/pins.lock.json);
|
||||
pins = builtins.fromTOML (builtins.readFile ../.tack/pins.toml);
|
||||
lock = builtins.fromJSON (builtins.readFile ../.tack/pins.lock.json);
|
||||
|
||||
fetchPin = name: builtins.fetchTree lock.${name};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue