1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-23 03:29:48 +01:00

pkgs: allow to overlay all the things

This commit is contained in:
tv 2019-06-29 13:39:10 +02:00
parent f2348bfbc2
commit 1921a71a75

View file

@ -8,8 +8,8 @@ let
in
import <nixpkgs> (args // {
overlays = overlays ++ [
overlays = [
(import ./overlay.nix)
(import "${nix-writers}/pkgs")
];
] ++ overlays;
})