Skip to content

Commit b12507f

Browse files
authored
Merge pull request #288 from NixOS/merge-when-green-joerg-turingmachine
fix formatting + nixpkgs bump
2 parents f7f6c66 + 20acfde commit b12507f

File tree

6 files changed

+48
-44
lines changed

6 files changed

+48
-44
lines changed

.sops.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ creation_rules:
66
- path_regex: targets/nixos-wiki\.nixos\.org/secrets/*
77
key_groups:
88
- age:
9-
- *joerg
10-
- *lassulus
11-
- *nixos-wiki2
9+
- *joerg
10+
- *lassulus
11+
- *nixos-wiki2
1212
- path_regex: targets/admins/secrets/*
1313
key_groups:
1414
- age:
15-
- *joerg
16-
- *lassulus
15+
- *joerg
16+
- *lassulus

flake.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
description = "Dependencies to deploy a nixos-wiki";
33

44
inputs = {
5-
nixpkgs.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-unstable-small";
5+
# https://github.com/NixOS/nixpkgs/pull/427623
6+
nixpkgs.url = "git+https://github.com/Mic92/nixpkgs?shallow=1&ref=nixos-wiki-fix";
7+
# nixpkgs.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-unstable-small";
68
flake-parts.url = "github:hercules-ci/flake-parts";
79
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
810
treefmt-nix.url = "github:numtide/treefmt-nix";

formatter.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
))
6767
];
6868
};
69-
} // (import ./checks/linkcheck/pkgs { inherit pkgs; });
69+
}
70+
// (import ./checks/linkcheck/pkgs { inherit pkgs; });
7071
devShells.linkcheck = pkgs.mkShell {
7172
packages = [
7273
pkgs.lychee

modules/nixos-wiki/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ in
8585
url = "https://github.com/SemanticMediaWiki/Mermaid/archive/refs/tags/3.1.0.zip";
8686
hash = "sha256-tLOdAsXsaP/URvKcl5QWQiyhMy70qn8Fi8g3+ecNOWQ=";
8787
}; # Adds diagram generation
88-
} // pkgs.callPackages ./extensions.nix { };
88+
}
89+
// pkgs.callPackages ./extensions.nix { };
8990
extraConfig = ''
9091
# docs https://www.mediawiki.org/wiki/Extension:QuestyCaptcha
9192
$wgCaptchaQuestions = [

modules/nixos-wiki/extensions.nix

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{ fetchzip }:
22
{
33
"MobileFrontend" = fetchzip {
4-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_43-0582341.tar.gz/MobileFrontend-REL1_43-0582341.tar.gz";
5-
hash = "sha256-xwvEsEOXMCiem922ydv/wCUx6HjoNtyP4iZMpLCM4Cg=";
4+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/MobileFrontend-REL1_44-9d4d9f5.tar.gz/MobileFrontend-REL1_44-9d4d9f5.tar.gz";
5+
hash = "sha256-XxhSGK9BE4omSe/VkHlSxZkFyaxFdfa2cYouRb3Tj14=";
66
};
77
"DarkMode" = fetchzip {
8-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_43-e04ad8e.tar.gz/DarkMode-REL1_43-e04ad8e.tar.gz";
9-
hash = "sha256-ARUhmQ2EcaQ2a0qLh4dWx2EcYooCmmPVwS7DcbR+iKI=";
8+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/DarkMode-REL1_44-4b937c9.tar.gz/DarkMode-REL1_44-4b937c9.tar.gz";
9+
hash = "sha256-y6cpbJDfBKLMWnT/n2bCdJMch+qaGIqc30ZgI/j69Do=";
1010
};
1111
"QuickInstantCommons" = fetchzip {
12-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/QuickInstantCommons-REL1_43-c0cc0c9.tar.gz/QuickInstantCommons-REL1_43-c0cc0c9.tar.gz";
13-
hash = "sha256-RX5VoB69n1EAy7xxgDlnfBybZrm4w3ygI+sktIUb4OY=";
12+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/QuickInstantCommons-REL1_44-6ee3f47.tar.gz/QuickInstantCommons-REL1_44-6ee3f47.tar.gz";
13+
hash = "sha256-wqa4VbjXnF59e/DRRkUX+nd45l+PLxTCMQXv5vBZ0BM=";
1414
};
1515
"Translate" = fetchzip {
16-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_43-295c247.tar.gz/Translate-REL1_43-295c247.tar.gz";
17-
hash = "sha256-wSYRDyDoG6Cm7XmmihAC7tsbuAfPF3x+zPrDGadSY8I=";
16+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Translate-REL1_44-7f00900.tar.gz/Translate-REL1_44-7f00900.tar.gz";
17+
hash = "sha256-8eEAQFZ01dkOSZNM8TNTtdTsrWuPhsPitx2IVXsNhpk=";
1818
};
1919
"UniversalLanguageSelector" = fetchzip {
20-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_43-cc4919a.tar.gz/UniversalLanguageSelector-REL1_43-cc4919a.tar.gz";
21-
hash = "sha256-6+kBXNmsceZWWdpxNHcYi4kmLk4F7gj5q1HFyv7Lzg8=";
20+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/UniversalLanguageSelector-REL1_44-483b629.tar.gz/UniversalLanguageSelector-REL1_44-483b629.tar.gz";
21+
hash = "sha256-cAL6984mtS3WVPLOOjaSlUbavU4ppCn4+tAaPgOZtUU=";
2222
};
2323
"Description2" = fetchzip {
24-
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Description2-REL1_43-0eb3253.tar.gz/Description2-REL1_43-0eb3253.tar.gz";
25-
hash = "sha256-zhbHSSmGZt9jvGuB0mk49tiotmJulOUp+mt5drnu40w=";
24+
url = "https://github.com/NixOS/nixos-wiki-infra/releases/download/Description2-REL1_44-defa8c4.tar.gz/Description2-REL1_44-defa8c4.tar.gz";
25+
hash = "sha256-PYLQyH1+vZVR0brbBgHhYkAVR2H3jK1R4CuEAL3cJdI=";
2626
};
2727
"Mermaid" = fetchzip {
28-
url = "https://github.com/SemanticMediaWiki/Mermaid/archive/refs/tags/5.0.2.zip";
29-
hash = "sha256-takDzg3IoNCvLegQPHbIJbvR1dVMW5wO3yM8qC1jtcY=";
28+
url = "https://github.com/SemanticMediaWiki/Mermaid/archive/refs/tags/6.0.1.zip";
29+
hash = "sha256-ioeoVh0jDrhrxBfWrY2PfLIBxjgb/5/UlNx3RnHv/5Q=";
3030
};
3131
"AuthManagerOAuth" = fetchzip {
3232
url = "https://github.com/mohe2015/AuthManagerOAuth/releases/download/v0.3.3/AuthManagerOAuth.zip";

0 commit comments

Comments
 (0)