nixfiles/scripts/nixFlakes.sh
2023-09-20 15:46:20 +01:00

4 lines
112 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nixFlakes
nix --experimental-features "nix-command flakes" "$@"