Compare commits

..

7 commits

2 changed files with 5 additions and 5 deletions

View file

@ -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"
},

View file

@ -16,7 +16,7 @@
buildInputs = with pkgs; [ bun ];
shellHook = ''
ln -sf ${petalpkgs.path} .petalpkgs
ln -sf ${petalpkgs.outPath} .petalpkgs
'';
};