refactor: ensure nix shebangs invoke --extra-experimental-features

This commit is contained in:
Price Hiller 2024-03-16 13:36:24 -05:00
parent 3cf116df99
commit df2ec79c23
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env -S nix shell nixpkgs#bash nixpkgs#git --command bash
#!/usr/bin/env -S nix --extra-experimental-features "flakes nix-command" shell nixpkgs#bash nixpkgs#git --command bash
# vim: ft=sh
set -euo pipefail

View File

@ -1,4 +1,4 @@
#!/usr/bin/env -S nix shell nixpkgs#bash nixpkgs#stylua nixpkgs#gnugrep nixpkgs#nixfmt nixpkgs#nodePackages.prettier nixpkgs#shfmt --command bash
#!/usr/bin/env -S nix --extra-experimental-features "flakes nix-command" shell nixpkgs#bash nixpkgs#stylua nixpkgs#gnugrep nixpkgs#nixfmt nixpkgs#nodePackages.prettier nixpkgs#shfmt --command bash
# vim: ft=sh
set -euo pipefail