Refactor flakes
This commit is contained in:
parent
2ad2440491
commit
84f7bc915f
5 changed files with 69 additions and 65 deletions
|
|
@ -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];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue