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:
parent
b5a38375d8
commit
9d2d72b60b
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue