fix: add insecure package to allow imv to build
This commit is contained in:
parent
0d685fd94a
commit
3993f606a7
1 changed files with 4 additions and 0 deletions
|
|
@ -9,5 +9,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
#TEMP
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"freeimage-unstable-2021-11-01"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue