This commit is contained in:
Peder Bergebakken Sundt 2024-08-22 22:31:36 +02:00
parent fd547a8e57
commit 17d33ad93e
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@
bin = "python -c 'import sys; sys.stdout.write(sys.stdin.read().strip())' | curl -is -X POST https://i.kuklef.se/upload -F content=@- -F expiration=10d | grep '^location:' | cut -d' ' -f2-";
denix = "sed -E 's@/nix/store/[^ /]+@@g'";
ns = "nix-shell -p";
};
home.enableNixpkgsReleaseCheck = true;