Refactor flakes

This commit is contained in:
Invariantspace 2024-08-20 13:31:41 -07:00
parent 2ad2440491
commit 84f7bc915f
No known key found for this signature in database
GPG key ID: EBC4A20067373921
5 changed files with 69 additions and 65 deletions

View file

@ -50,6 +50,14 @@
};
nixpkgs = {
config.allowUnfree = true;
# TODO: Remove this when possible
config.permittedInsecurePackages = [
"cinny-4.1.0"
"cinny-unwrapped-4.1.0"
"olm-3.2.16"
];
overlays = [nix-custom.overlays.default];
};
})