diff --git a/Makefile b/Makefile index c8ee047..2a4a3ac 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ boot: nixos-rebuild boot $(options) --flake $(flake) boot-no-nixconf: - mv /etc/nix/nix.conf /etc/nix/nix.conf_ - nixos-rebuild boot $(options) --flake $(flake) + mv /etc/nix/nix.conf /etc/nix/nix.conf_; \ + nixos-rebuild boot $(options) --flake $(flake); \ mv /etc/nix/nix.conf_ /etc/nix/nix.conf check: