conmon/nix/default.nix

5 lines
101 B
Nix

(import ./nixpkgs.nix {
overlays = [ (import ./overlay.nix) ];
}).callPackage ./derivation.nix
{ }