about summary refs log tree commit diff stats
path: root/sys/nixpkgs/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-23 23:03:44 +0100
committerSoispha <soispha@vhack.eu>2024-02-24 11:09:33 +0100
commit11c06844dee183e1151e15c9822824e28538580f (patch)
treefb4602ae6663c976693105e60793c5729ceb5856 /sys/nixpkgs/default.nix
parentchore(version): v1.31.0 (diff)
downloadnixos-config-11c06844dee183e1151e15c9822824e28538580f.zip
build(flake): Update
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/nixpkgs/default.nix b/sys/nixpkgs/default.nix
index 4f80e922..85fccbce 100644
--- a/sys/nixpkgs/default.nix
+++ b/sys/nixpkgs/default.nix
@@ -11,11 +11,6 @@ in {
   inherit system;
   overlays = complete_overlays;
   config = {
-    # FIXME: Remove this before actually deploying the system <2024-02-23>
-    permittedInsecurePackages = [
-      "freeimage-unstable-2021-11-01"
-    ];
-
     # TODO: this fails because of the root tempsize, which should be increased
     # contentAddressedByDefault = true;