Sfoglia il codice sorgente

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

Ambroz Bizjak 11 anni fa
parent
commit
6bec211ac7
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      build.nix

+ 2 - 0
build.nix

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