Add Nix package

This commit is contained in:
Mikhail Klementev 2020-01-04 18:20:27 +00:00
parent 40ef3fe50e
commit 7d6d524b67
No known key found for this signature in database
GPG key ID: BE44DA8C062D87DC
3 changed files with 114 additions and 0 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
all:
nix-build -E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link