mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays+Packages] Move unstable + nur overlays into package/unstable.nix
This commit is contained in:
parent
b9dbcfd715
commit
42bf49f80e
3 changed files with 29 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue