diff --git a/users/pbsds/home/default.nix b/users/pbsds/home/default.nix index d582637..d245fa7 100644 --- a/users/pbsds/home/default.nix +++ b/users/pbsds/home/default.nix @@ -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;