mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-01-20 15:40:37 +01:00
added shell script
This commit is contained in:
parent
668174c30b
commit
38da93c865
4
enter_nix_development_shell.sh
Normal file
4
enter_nix_development_shell.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export NIXPKGS_ALLOW_UNFREE=1
|
||||
nix develop --impure .
|
||||
Loading…
Reference in a new issue