feat(flake): shorter devshell commands
parent
528098839d
commit
4cb8457075
|
@ -120,7 +120,7 @@
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "nixos-build";
|
name = "build";
|
||||||
help = "use nom to build system";
|
help = "use nom to build system";
|
||||||
command =
|
command =
|
||||||
''
|
''
|
||||||
|
@ -128,17 +128,17 @@
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "nixos-switch";
|
name = "apply";
|
||||||
help = "wrapper for nixos-rebuild switch";
|
help = "wrapper for nixos-rebuild switch";
|
||||||
command = "sudo nixos-rebuild switch --flake . $@";
|
command = "sudo nixos-rebuild switch --flake . $@";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "nixos-test";
|
name = "test";
|
||||||
help = "wrapper for nixos-rebuild switch";
|
help = "wrapper for nixos-rebuild switch";
|
||||||
command = "sudo nixos-rebuild test --flake . $@";
|
command = "sudo nixos-rebuild test --flake . $@";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "nixos-boot";
|
name = "boot";
|
||||||
help = "wrapper for nixos-rebuild switch";
|
help = "wrapper for nixos-rebuild switch";
|
||||||
command = "sudo nixos-rebuild boot --flake . $@";
|
command = "sudo nixos-rebuild boot --flake . $@";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue