diff options
author | stuebinm | 2025-08-27 20:01:10 +0200 |
---|---|---|
committer | stuebinm | 2025-08-27 22:51:08 +0200 |
commit | 4ea1b5abba366b0f54439026cfc8a4ca949bfc29 (patch) | |
tree | 1f41461c2ba9ac066825eddbc3d7d873c54dc38a | |
parent | 2359b3e7c5b463d6784754be5e1890504edf39a7 (diff) |
bahnhof.name: deploy rnv test
-rw-r--r-- | chaski/services/bahnhof-name.nix | 4 | ||||
-rw-r--r-- | npins/default.nix | 6 | ||||
-rw-r--r-- | npins/sources.json | 6 |
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", |