build: add nix package
This commit is contained in:
parent
70989dc619
commit
b218d3ec30
10 changed files with 161 additions and 12 deletions
1
package.nix
Normal file
1
package.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ pkgs ? import <nixpkgs> {}, srcpath ? ../src }: pkgs.callPackage ./default.nix { inherit srcpath; }
|
Loading…
Add table
Add a link
Reference in a new issue