moved some packages
This commit is contained in:
parent
bb0e1d7591
commit
896c688be4
10 changed files with 30 additions and 26 deletions
|
|
@ -17,14 +17,7 @@ in {
|
|||
|
||||
config = {
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
# outputs.overlays.additions
|
||||
# outputs.overlays.modifications
|
||||
# outputs.overlays.unstable-packages
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue