mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add os-test fish function
This commit is contained in:
parent
3af0488e7e
commit
31d6c0910f
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
||||||
|
|
||||||
programs.fish.functions = {
|
programs.fish.functions = {
|
||||||
rebuild = ''doas nixos-rebuild --flake ~/.config/liminalOS\#${osConfig.networking.hostName} switch &| nom'';
|
rebuild = ''doas nixos-rebuild --flake ~/.config/liminalOS\#${osConfig.networking.hostName} switch &| nom'';
|
||||||
|
os-test = ''doas nixos-rebuild --flake ~/.config/liminalOS\#${osConfig.networking.hostName} test &| nom'';
|
||||||
nixos-update = ''
|
nixos-update = ''
|
||||||
cd ~/.config/liminalOS
|
cd ~/.config/liminalOS
|
||||||
nix flake update --commit-lock-file
|
nix flake update --commit-lock-file
|
||||||
|
|
Loading…
Reference in a new issue