fix(aseprite): whitelist python 2.7.18.6

who the fuck still uses that shit???? I'm thinking about uninstalling
aseprite because of this
This commit is contained in:
jacekpoz 2023-08-15 17:55:20 +02:00
parent b5a38375d8
commit 9d2d72b60b

View file

@ -5,7 +5,12 @@
...
}: {
nixpkgs = {
config.allowUnfree = true;
config = {
permittedInsecurePackages = [
"python-2.7.18.6"
];
allowUnfree = true;
};
overlays = [
inputs.nur.overlay
inputs.neovim-nightly-overlay.overlay