summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaski/services/bahnhof-name.nix4
-rw-r--r--npins/default.nix6
-rw-r--r--npins/sources.json6
3 files changed, 10 insertions, 6 deletions
diff --git a/chaski/services/bahnhof-name.nix b/chaski/services/bahnhof-name.nix
index 7360372..93338d1 100644
--- a/chaski/services/bahnhof-name.nix
+++ b/chaski/services/bahnhof-name.nix
@@ -22,5 +22,7 @@
}; in builtins.listToAttrs
(map (name: { inherit name; value = vhost; })
["bahnhof.name" "ril100.bahnhof.name"
- "ds100.bahnhof.name" "leitpunkt.bahnhof.name"]);
+ "ds100.bahnhof.name" "leitpunkt.bahnhof.name"
+ "rnv.bahnhof.name"
+ ]);
}
diff --git a/npins/default.nix b/npins/default.nix
index 6592476..8955703 100644
--- a/npins/default.nix
+++ b/npins/default.nix
@@ -107,12 +107,14 @@ let
"${if matched == null then "source" else builtins.head matched}${appendShort}";
name = urlToName url revision;
in
- builtins.fetchGit {
+ builtins.fetchGit ({
rev = revision;
inherit name;
# hash = hash;
inherit url submodules;
- };
+ } // (if branch != null then {
+ ref = "refs/heads/${branch}";
+ } else {}));
mkPyPiSource =
{ url, hash, ... }:
diff --git a/npins/sources.json b/npins/sources.json
index 1d191da..9c40b6f 100644
--- a/npins/sources.json
+++ b/npins/sources.json
@@ -31,11 +31,11 @@
"type": "Git",
"url": "https://stuebinm.eu/git/bahnhof.name"
},
- "branch": "main",
+ "branch": "rnv",
"submodules": false,
- "revision": "2dd565d546ef7cba05846e90d79ae4a15a193f41",
+ "revision": "38ea5267c448f7c3d228477479a2dd66e57d4688",
"url": null,
- "hash": "137wq0hj9j4wikq401mz577a7r5cmfzfxyf4wv1ncxy450l4lrsh"
+ "hash": "0bl87zbh4jpw25h7bk6mkh0789ppbpa13zqxlm59r4wfp1nz8yii"
},
"blog": {
"type": "Git",