nix: separate into multiple overlays and expose them from top-level
This commit is contained in:
parent
a96588d9fd
commit
e07c5e0fb3
12 changed files with 187 additions and 115 deletions
|
@ -8,9 +8,7 @@ in {
|
|||
# programs.home-manager.enable = true;
|
||||
# programs.home-manager.path = https://github.com/rycee/home-manager/archive/445c0b1482c38172a9f8294ee16a7ca7462388e5.tar.gz;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ../../overlay.nix)
|
||||
];
|
||||
nixpkgs.overlays = builtins.attrValues (import ../../overlays);
|
||||
|
||||
nixpkgs.config = {
|
||||
allowBroken = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue