1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-12-02 16:09:49 +01:00
krops/pkgs/default.nix

8 lines
120 B
Nix
Raw Normal View History

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