From c8b8e0496203ac520f47a19eb29f3771ea0b4f47 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:31:54 -0500 Subject: [PATCH] formatting --- nixosModules/scripts.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixosModules/scripts.nix b/nixosModules/scripts.nix index d3b1c2c..28099db 100644 --- a/nixosModules/scripts.nix +++ b/nixosModules/scripts.nix @@ -5,12 +5,12 @@ in { environment.systemPackages = with pkgs; [ (pkgs.writeShellScriptBin "nfs" '' - sudo nixos-rebuild switch --flake $(readlink -f /etc/nixos)#${hostName} --impure + sudo nixos-rebuild switch --flake $(readlink -f /etc/nixos)#${hostName} --impure '') (pkgs.writeShellScriptBin "nfsu" '' - FLAKE=$(readlink -f /etc/nixos) - nix flake update --flake $FLAKE --impure - sudo nixos-rebuild switch --flake $FLAKE#${hostName} --impure + FLAKE=$(readlink -f /etc/nixos) + nix flake update --flake $FLAKE --impure + sudo nixos-rebuild switch --flake $FLAKE#${hostName} --impure '') ]; } \ No newline at end of file