Skip to content

Commit

Permalink
add a wrapper to tell nixos-rebuild where to look
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 15, 2021
1 parent abdde47 commit d28d399
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos.sh
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

NIXOS_CONFIG=$(pwd)/torch/default.nix nixos-rebuild $@

0 comments on commit d28d399

Please sign in to comment.