3 lines
56 B
Nix
3 lines
56 B
Nix
|
{ pkgs ? import <nixpkgs> {} }:
|
||
|
pkgs.callPackage ./. {}
|