diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-30 00:14:43 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-30 00:14:43 -0800 |
commit | 97380e19171202d81bc859530fb4e2c541bc0c8a (patch) | |
tree | 9a260cd1d48fb9f108c94aa4dbe1595b5fdc8cbe | |
parent | b3c341bd23e496e71ac32ddb24895ebc1cd278c7 (diff) | |
download | nix-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.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"; |