Ver código fonte

Add convenience Nix expression for building.
Relying on the existing badvpn expression in nixpkgs.

Ambroz Bizjak 11 anos atrás
pai
commit
6bec211ac7
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      build.nix

+ 2 - 0
build.nix

@@ -0,0 +1,2 @@
+with import <nixpkgs> {};
+pkgs.badvpn.overrideDerivation (attrs: { src = stdenv.lib.cleanSource ./. ; })