feat(flake): shorter devshell commands
parent
528098839d
commit
4cb8457075
|
@ -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 . $@";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue