# default.nix — local test entry-point # Usage: # nix-build (builds the package) # nix-shell (drops you into a shell with the package on PATH) # # To override nixpkgs: # nix-build --arg nixpkgs '(import {})' { nixpkgs ? import { config.allowUnfree = true; } }: nixpkgs.callPackage ./package.nix { }