mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-01-21 08:00:22 +01:00
5 lines
75 B
Bash
5 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
export NIXPKGS_ALLOW_UNFREE=1
|
|
nix develop --impure .
|