try lib
This commit is contained in:
parent
ca3dbf7bc4
commit
301b263993
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ let
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
outputHash = sha256;
|
outputHash = sha256;
|
||||||
builder = writeShellScript "vpnc-script.sh" ''
|
builder = pkgs.writeShellScript "vpnc-script.sh" ''
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export INTERNAL_IP4_DNS=
|
export INTERNAL_IP4_DNS=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue