default.nix (104B)
1 { stdenv }: 2 3 stdenv.mkDerivation { 4 name = "vde-scripts-0.4"; 5 builder = ./builder.sh; 6 src = ./.; 7 }