mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-24 21:16:12 +02:00
fix mediawiki
This commit is contained in:
14
flake.lock
generated
14
flake.lock
generated
@@ -42,19 +42,19 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754584630,
|
"lastModified": 1754818235,
|
||||||
"narHash": "sha256-BwYTQOo9lIFiSkzoPJ+xsJzaylfRNhcDm7IZ8hYepbU=",
|
"narHash": "sha256-Vh8i0yl5ovBHtJOQt5/T1VR2gxicX1Tk4I52gUYyKo8=",
|
||||||
"ref": "nixos-unstable-small",
|
"ref": "nixos-wiki-fix",
|
||||||
"rev": "428307d5155931523bf26e9784ad20606659674d",
|
"rev": "7689cb80eb74a165dd89669b70dd9b7c79e50704",
|
||||||
"shallow": true,
|
"shallow": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/NixOS/nixpkgs"
|
"url": "https://github.com/Mic92/nixpkgs"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "nixos-unstable-small",
|
"ref": "nixos-wiki-fix",
|
||||||
"shallow": true,
|
"shallow": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/NixOS/nixpkgs"
|
"url": "https://github.com/Mic92/nixpkgs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
@@ -2,7 +2,9 @@
|
|||||||
description = "Dependencies to deploy a nixos-wiki";
|
description = "Dependencies to deploy a nixos-wiki";
|
||||||
|
|
||||||
inputs = {
|
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.url = "github:hercules-ci/flake-parts";
|
||||||
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||||
|
Reference in New Issue
Block a user