Compare commits
No commits in common. "d112f4795bff4c864c3a1024ea52210bfa655895" and "6b683b56c787e971cddd9c0beee8b875c0794a52" have entirely different histories.
d112f4795b
...
6b683b56c7
|
@ -27,7 +27,7 @@ with pkgs; let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "brokentech.cloud-${version}";
|
name = "brokentech.cloud-${version}";
|
||||||
version = "1.1.0";
|
version = "1.0";
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,8 @@ links = [
|
||||||
{ monitoring = { href = "https://status.brokentech.cloud", text = "See what’s most broken" } },
|
{ monitoring = { href = "https://status.brokentech.cloud", text = "See what’s most broken" } },
|
||||||
{ link = { href = "https://mart-w.de/", text = "Read up on the admin" } },
|
{ link = { href = "https://mart-w.de/", text = "Read up on the admin" } },
|
||||||
{ mastodon = { href = "https://chaos.social/@mart_w", text = "Yell at the admin" } },
|
{ mastodon = { href = "https://chaos.social/@mart_w", text = "Yell at the admin" } },
|
||||||
{ legal = { href = "/legal_notice", text = "Legal Notice", target = "_self" } },
|
{ legal = { href = "/legal_notice", text = "Legal Notice" } },
|
||||||
{ legal = { href = "/privacy", text = "Privacy Policy", target = "_self" } },
|
{ legal = { href = "/privacy", text = "Privacy Policy" } },
|
||||||
]
|
]
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
|
|
Loading…
Reference in a new issue