diff options
Diffstat (limited to 'hosts/arrakis')
-rw-r--r-- | hosts/arrakis/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |