2 lines
102 B
Nix
2 lines
102 B
Nix
{ pkgs ? import <nixpkgs> {}, srcpath ? ../src }: pkgs.callPackage ./default.nix { inherit srcpath; }
|