3 lines
105 B
Bash
3 lines
105 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
nix-shell -p nixFlakes --run "nix --experimental-features \"nix-command flakes\" $@"
|