diff options
author | Soispha <soispha@vhack.eu> | 2024-02-23 21:27:19 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-23 21:27:19 +0100 |
commit | 1b4a464c408cce15cf635a649f48f9f29e62281a (patch) | |
tree | 40794350680fc6af406fbc4c3ed529c5ac763ddd /sys/nixpkgs | |
parent | style(treewide): Format (diff) | |
download | nixos-config-1b4a464c408cce15cf635a649f48f9f29e62281a.tar.gz nixos-config-1b4a464c408cce15cf635a649f48f9f29e62281a.zip |
chore(version): v1.31.0
Diffstat (limited to '')
-rw-r--r-- | sys/nixpkgs/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/nixpkgs/default.nix b/sys/nixpkgs/default.nix index 85fccbce..4f80e922 100644 --- a/sys/nixpkgs/default.nix +++ b/sys/nixpkgs/default.nix @@ -11,6 +11,11 @@ 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; |