fix: add missing semicolon
This commit is contained in:
parent
e345b77028
commit
872d62b4bd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'"
|
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'"
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue