Refactor flakes

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

View file

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