diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-14 14:30:27 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-14 14:30:27 +0200 |
| commit | 3a3db997fbb33c0edd5478e3460a3cc22c70b8e0 (patch) | |
| tree | bd843ed0aac42fb8e4bfa4bb53d77285b0f966e4 | |
| parent | 67d1f5a0d6d0718ed4d052d25da0bc54a32f2799 (diff) | |
| download | utils-3a3db997fbb33c0edd5478e3460a3cc22c70b8e0.tar utils-3a3db997fbb33c0edd5478e3460a3cc22c70b8e0.tar.gz utils-3a3db997fbb33c0edd5478e3460a3cc22c70b8e0.tar.bz2 utils-3a3db997fbb33c0edd5478e3460a3cc22c70b8e0.tar.xz utils-3a3db997fbb33c0edd5478e3460a3cc22c70b8e0.zip | |
…
| -rw-r--r-- | rebuild-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-system b/rebuild-system index 93678ba..d175589 100644 --- a/rebuild-system +++ b/rebuild-system | |||
| @@ -9,4 +9,4 @@ fi | |||
| 9 | configPath=$(nix-instantiate --eval --expr '<nixos-config>') | 9 | configPath=$(nix-instantiate --eval --expr '<nixos-config>') |
| 10 | 10 | ||
| 11 | @git@/bin/git -C ${configPath:h} pull --recurse-submodules | 11 | @git@/bin/git -C ${configPath:h} pull --recurse-submodules |
| 12 | nixos-rebuild $@ | 12 | exec nixos-rebuild $@ |
