mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-18 19:08:54 +02:00
fix mediawiki
This commit is contained in:
14
flake.lock
generated
14
flake.lock
generated
@@ -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": {
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user