From 872d62b4bdd6f8af26e04d3e642861152871516e Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Sun, 13 Oct 2024 20:11:59 +0200 Subject: [PATCH] fix: add missing semicolon --- modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell.nix b/modules/shell.nix index 07fa1b6..09e6587 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -5,5 +5,5 @@ environment.shellAliases = { os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'" - } + }; }