Remove temporary config
This commit is contained in:
parent
12fb3222c6
commit
8ed718fe09
1 changed files with 0 additions and 10 deletions
10
flake.nix
10
flake.nix
|
@ -143,16 +143,6 @@
|
|||
});
|
||||
|
||||
config = {
|
||||
permittedInsecurePackages = [
|
||||
# *Exceptionally*, those packages will be cached with their *secure* dependents
|
||||
# because they will reach EOL in the middle of the 23.05 release
|
||||
# and it will be too much painful for our users to recompile them
|
||||
# for no real reason.
|
||||
# Remove them for 23.11.
|
||||
"nodejs-16.20.0"
|
||||
"openssl-1.1.1t"
|
||||
];
|
||||
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue