[Overlays+Packages] Move unstable + nur overlays into package/unstable.nix

This commit is contained in:
Antoine Viallon 2023-03-15 09:27:53 +01:00
parent b9dbcfd715
commit 42bf49f80e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 29 additions and 15 deletions

View file

@ -10,6 +10,7 @@ in
imports = [
./programs
./overlays.nix
./packages/unstable.nix
(mkRenamedOptionModule [ "aviallon" "programs" "compileFlags" ] [ "aviallon" "optimizations" "extraCompileFlags" ])
];
@ -52,7 +53,6 @@ in
rsync
par2cmdline # .par2 archive verification
python3
veracrypt
parallel
coreutils-full
nmap
@ -83,7 +83,6 @@ in
};
aviallon.programs.allowUnfreeList = [
"veracrypt"
];
programs.ccache.enable = true;