diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-07-01 22:42:44 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2019-07-01 22:42:44 +0200 |
| commit | bbedef21438cc62a96b43dffebf3ae36c0d1feab (patch) | |
| tree | 6334478bdde347461f4d039d69daf72b00b9f197 | |
| parent | 4bffc92b7a93e499eb98c6d118b22d17acbc50d2 (diff) | |
darwin-rebuild: fix check
| -rw-r--r-- | pkgs/nix-tools/darwin-rebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/nix-tools/darwin-rebuild.sh b/pkgs/nix-tools/darwin-rebuild.sh index bcbb319..6656ff0 100644 --- a/pkgs/nix-tools/darwin-rebuild.sh +++ b/pkgs/nix-tools/darwin-rebuild.sh @@ -114,7 +114,7 @@ if [ "$action" = list -o "$action" = rollback ]; then fi fi -if [ "$action" = rollback -o "$action" = check ]; then +if [ "$action" = rollback ]; then systemConfig="$(cat $profile/systemConfig)" fi |
