5 lines
85 B
Nix
5 lines
85 B
Nix
|
{
|
||
|
pkgs ? import (import ./npins).nixpkgs { },
|
||
|
}:
|
||
|
pkgs.callPackage ./package.nix {}
|