1
0
mirror of https://cgit.krebsco.de/krops synced 2024-06-26 08:28:32 +02:00
krops/pkgs/default.nix

8 lines
120 B
Nix
Raw Normal View History

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