aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-30 00:14:43 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-30 00:14:43 -0800
commit97380e19171202d81bc859530fb4e2c541bc0c8a (patch)
tree9a260cd1d48fb9f108c94aa4dbe1595b5fdc8cbe
parentb3c341bd23e496e71ac32ddb24895ebc1cd278c7 (diff)
downloadnix-97380e19171202d81bc859530fb4e2c541bc0c8a.tar
nix-97380e19171202d81bc859530fb4e2c541bc0c8a.tar.gz
nix-97380e19171202d81bc859530fb4e2c541bc0c8a.tar.bz2
nix-97380e19171202d81bc859530fb4e2c541bc0c8a.tar.lz
nix-97380e19171202d81bc859530fb4e2c541bc0c8a.tar.xz
nix-97380e19171202d81bc859530fb4e2c541bc0c8a.tar.zst
nix-97380e19171202d81bc859530fb4e2c541bc0c8a.zip
Fix syntax
-rw-r--r--hosts/arrakis/default.nix2
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";