add a wrapper to tell nixos-rebuild where to look

main
Brian Hicks 2021-03-15 05:47:52 -05:00
parent abdde4790c
commit d28d399470
1 changed files with 4 additions and 0 deletions

4
nixos.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
NIXOS_CONFIG=$(pwd)/torch/default.nix nixos-rebuild $@