From 399542c1116422a0f37735ccd8c47ad8cf016762 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:46:50 +1000 Subject: [PATCH] flake: update nixpkgs-update --- flake.lock | 17 ++++++++++------- flake.nix | 3 ++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 63f443d..6d1226c 100644 --- a/flake.lock +++ b/flake.lock @@ -143,19 +143,22 @@ "nixpkgs-update": { "inputs": { "mmdoc": [], - "nixpkgs": "nixpkgs_3" + "nixpkgs": "nixpkgs_3", + "runtimeDeps": [ + "nixpkgs" + ] }, "locked": { - "lastModified": 1707292413, - "narHash": "sha256-gRS9y1Ewl5oWmAWCFFQIUU2E8l+q1QtRDRL55cNs2rU=", - "owner": "rhendric", + "lastModified": 1709113512, + "narHash": "sha256-K+C1vMJWQg44I3UTpiEVR6qBvLp2P4zutxPVsxGjeRg=", + "owner": "qowoz", "repo": "nixpkgs-update", - "rev": "afa489f640e1f2fa888c024572b5d21eaea193d5", + "rev": "0c757ffe059367b110154b9b938a4cea946fd947", "type": "github" }, "original": { - "owner": "rhendric", - "ref": "rhendric/fix-388", + "owner": "qowoz", + "ref": "patches", "repo": "nixpkgs-update", "type": "github" } diff --git a/flake.nix b/flake.nix index 3f9b0e4..32fce5d 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,8 @@ # actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant srvos.inputs.nixpkgs.follows = "nixpkgs"; - nixpkgs-update.url = "github:rhendric/nixpkgs-update/rhendric/fix-388"; + nixpkgs-update.url = "github:qowoz/nixpkgs-update/patches"; + nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs"; nixpkgs-update.inputs.mmdoc.follows = ""; nixpkgs-update-github-releases.url = "github:rhendric/nixpkgs-update-github-releases/rhendric/misc-patches"; nixpkgs-update-github-releases.flake = false;