Use git repo for backplane-client, not static

This commit is contained in:
Niten 2021-08-31 11:53:51 -07:00
parent 2a97430946
commit a748c2041c
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@
let let
url = "https://git.fudo.org/fudo-public/backplane-dns-client.git"; url = "https://git.fudo.org/fudo-public/backplane-dns-client.git";
version = "0.1"; version = "0.1";
srcdir = ../static/backplane-dns-client; srcdir = pkgs.fetchgit {
url = "https://git.fudo.org/fudo-public/backplane-client.git";
rev = "7b29ab82b124b52e24d56c67c3687a5958ac88dd";
sha256 = "0amnjaml1a1i6civc1m9h4pd1zdskdv1fc2m9zkld97fs02djmh5";
};
gems = bundlerEnv { gems = bundlerEnv {
name = "backplane-dns-client-env"; name = "backplane-dns-client-env";
ruby = pkgs.ruby; ruby = pkgs.ruby;