skl-auto-payslip/default.nix

4 lines
164 B
Nix
Raw Permalink Normal View History

2019-05-18 19:59:44 +02:00
with import <nixpkgs> {};
with callPackage (fetchTarball https://github.com/serokell/nix-npm-buildpackage/archive/master.tar.gz) {};
buildNpmPackage { src = ./.; }