fix: add missing semicolon

This commit is contained in:
EinEtwas 2024-10-13 20:11:59 +02:00
parent e345b77028
commit 872d62b4bd

View file

@ -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'"
} };
} }