diff --git a/flake.nix b/flake.nix index 384583f..cdfbc90 100644 --- a/flake.nix +++ b/flake.nix @@ -120,7 +120,7 @@ ''; } { - name = "nixos-build"; + name = "build"; help = "use nom to build system"; command = '' @@ -128,17 +128,17 @@ ''; } { - name = "nixos-switch"; + name = "apply"; help = "wrapper for nixos-rebuild switch"; command = "sudo nixos-rebuild switch --flake . $@"; } { - name = "nixos-test"; + name = "test"; help = "wrapper for nixos-rebuild switch"; command = "sudo nixos-rebuild test --flake . $@"; } { - name = "nixos-boot"; + name = "boot"; help = "wrapper for nixos-rebuild switch"; command = "sudo nixos-rebuild boot --flake . $@"; }