mirror of
https://cgit.krebsco.de/krops/
synced 2025-02-08 16:25:50 +00:00
pkgs: allow to overlay all the things
This commit is contained in:
parent
f2348bfbc2
commit
1921a71a75
@ -8,8 +8,8 @@ let
|
||||
in
|
||||
|
||||
import <nixpkgs> (args // {
|
||||
overlays = overlays ++ [
|
||||
overlays = [
|
||||
(import ./overlay.nix)
|
||||
(import "${nix-writers}/pkgs")
|
||||
];
|
||||
] ++ overlays;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user