diff options
author | makefu <github@syntax-fehler.de> | 2015-10-19 20:02:29 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-19 20:02:29 +0200 |
commit | 952c03b3742cc1a979e4a1c148d083f1334cfe65 (patch) | |
tree | 4f71a28968335850754dff01261f57d7e6a779f9 /krebs/5pkgs/retiolum-bootstrap/default.nix | |
parent | 7656868d1b3232d5a17ed422c25c38e37c81e588 (diff) |
krebs 5 retiolum-bootstrap: init new_install.sh package
Diffstat (limited to 'krebs/5pkgs/retiolum-bootstrap/default.nix')
-rw-r--r-- | krebs/5pkgs/retiolum-bootstrap/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/krebs/5pkgs/retiolum-bootstrap/default.nix b/krebs/5pkgs/retiolum-bootstrap/default.nix new file mode 100644 index 000000000..d3bcc05db --- /dev/null +++ b/krebs/5pkgs/retiolum-bootstrap/default.nix @@ -0,0 +1,6 @@ +{ fetchurl }: + +fetchurl { + url = https://raw.githubusercontent.com/krebscode/painload/master/retiolum/scripts/tinc_setup/new_install.sh; + sha256 = "03kmil8q2xm3rdm2jxyah7vww84pw6w01d0c3siid9zpn2j7la9s"; +} |