1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-01 00:39:48 +01:00
krops/pkgs/default.nix

8 lines
120 B
Nix
Raw Permalink Normal View History

{ overlays ? [], ... }@args:
import <nixpkgs> (args // {
overlays = overlays ++ [
(import ./overlay.nix)
];
})