fix mediawiki

This commit is contained in:
Jörg Thalheim
2025-08-10 11:31:38 +02:00
parent 30f5187d0d
commit 20acfde0ce
2 changed files with 10 additions and 8 deletions

14
flake.lock generated
View File

@@ -42,19 +42,19 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1754584630,
"narHash": "sha256-BwYTQOo9lIFiSkzoPJ+xsJzaylfRNhcDm7IZ8hYepbU=",
"ref": "nixos-unstable-small",
"rev": "428307d5155931523bf26e9784ad20606659674d",
"lastModified": 1754818235,
"narHash": "sha256-Vh8i0yl5ovBHtJOQt5/T1VR2gxicX1Tk4I52gUYyKo8=",
"ref": "nixos-wiki-fix",
"rev": "7689cb80eb74a165dd89669b70dd9b7c79e50704",
"shallow": true,
"type": "git",
"url": "https://github.com/NixOS/nixpkgs"
"url": "https://github.com/Mic92/nixpkgs"
},
"original": {
"ref": "nixos-unstable-small",
"ref": "nixos-wiki-fix",
"shallow": true,
"type": "git",
"url": "https://github.com/NixOS/nixpkgs"
"url": "https://github.com/Mic92/nixpkgs"
}
},
"root": {

View File

@@ -2,7 +2,9 @@
description = "Dependencies to deploy a nixos-wiki";
inputs = {
nixpkgs.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-unstable-small";
# https://github.com/NixOS/nixpkgs/pull/427623
nixpkgs.url = "git+https://github.com/Mic92/nixpkgs?shallow=1&ref=nixos-wiki-fix";
# nixpkgs.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-unstable-small";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";