From 07bf6772660057e552c88e02647c3328ceb93ebe Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 2 Jan 2023 04:40:00 +0100 Subject: Fix syntax error Signed-off-by: TheArcaneBrony --- host/Rory-devenv/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix index 3831d4f..f7756a1 100644 --- a/host/Rory-devenv/configuration.nix +++ b/host/Rory-devenv/configuration.nix @@ -68,7 +68,7 @@ packages = with pkgs; [ ]; - } + }; }; environment.systemPackages = with pkgs; [ -- cgit 1.4.1