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