fix: add insecure package to allow imv to build

This commit is contained in:
ooks-io 2024-02-23 12:21:17 +13:00
parent 0d685fd94a
commit 3993f606a7

View file

@ -9,5 +9,9 @@ in
enable = true;
};
};
#TEMP
nixpkgs.config.permittedInsecurePackages = [
"freeimage-unstable-2021-11-01"
];
};
}