nixfiles/scripts/nixFlakes.sh

4 lines
112 B
Bash
Raw Normal View History

2023-09-20 15:46:20 +01:00
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nixFlakes
2022-03-02 17:28:05 +00:00
2023-09-20 15:46:20 +01:00
nix --experimental-features "nix-command flakes" "$@"