Compare commits
7 commits
9474e7d3f0
...
3f29559b32
Author | SHA1 | Date | |
---|---|---|---|
3f29559b32 | |||
2c4839c754 | |||
f0a9cb879e | |||
35123ba4a7 | |||
abe45c4ade | |||
b9b3d2880c | |||
4de208543c |
2 changed files with 5 additions and 5 deletions
|
@ -36,11 +36,11 @@
|
|||
},
|
||||
"petalpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1731150020,
|
||||
"narHash": "sha256-mK7QbLvx6LacoEWnvaf7tjVU8sKcsqpm9PPEuVXXlb4=",
|
||||
"lastModified": 1727211631,
|
||||
"narHash": "sha256-o1JyfLf2U4gMGnc/ZiYw9nPjbOEA7qUUYAcUBegSSjY=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "09239e085e32e70fc4b947a13163f6ec10073a82",
|
||||
"revCount": 707552,
|
||||
"rev": "568a619fe669c876f774e703d0c3a1aff5c8d639",
|
||||
"revCount": 686265,
|
||||
"type": "git",
|
||||
"url": "https://cl.forkos.org/nixpkgs"
|
||||
},
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
buildInputs = with pkgs; [ bun ];
|
||||
|
||||
shellHook = ''
|
||||
ln -sf ${petalpkgs.outPath} .petalpkgs
|
||||
ln -sf ${petalpkgs.path} .petalpkgs
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue