From 97380e19171202d81bc859530fb4e2c541bc0c8a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 30 Nov 2024 00:14:43 -0800 Subject: Fix syntax --- hosts/arrakis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 1918b97..74eccb3 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -214,7 +214,7 @@ config = { allowUnfree = true; permittedInsecurePackages = [ - aspnetcore-runtime-wrapped-6.0.36 + "aspnetcore-runtime-wrapped-6.0.36" ]; }; hostPlatform = "x86_64-linux"; -- cgit v1.2.3