mirror of
https://cgit.krebsco.de/krops/
synced 2025-09-22 21:27:36 +00:00
pkgs: allow to overlay all the things
This commit is contained in:
parent
ee41207df1
commit
89a83135e7
@ -8,8 +8,8 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
import <nixpkgs> (args // {
|
import <nixpkgs> (args // {
|
||||||
overlays = overlays ++ [
|
overlays = [
|
||||||
(import ./overlay.nix)
|
(import ./overlay.nix)
|
||||||
(import "${nix-writers}/pkgs")
|
(import "${nix-writers}/pkgs")
|
||||||
];
|
] ++ overlays;
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user