From db17d818ed8d7d16be12b7badc76c5c3441a2186 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 30 Dec 2024 04:09:49 +0800 Subject: [PATCH] inputs: switch nixpkgs-unstable to rebmit/nixpkgs/nixos-unstable --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 1e60b7e..056d0de 100644 --- a/flake.lock +++ b/flake.lock @@ -127,15 +127,15 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1734424634, - "narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", - "owner": "NixOS", + "lastModified": 1735503330, + "narHash": "sha256-19iGqBco1uiK6plNYnJKavRkzdF/0pgq/wgwGdNBiDU=", + "owner": "rebmit", "repo": "nixpkgs", - "rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", + "rev": "d3ab6bb3271599599dced36c9c1bc0bc36e38bbc", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "rebmit", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index b0045a1..2209528 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ # nixpkgs nixpkgs.follows = "nixpkgs-unstable"; - nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs-unstable.url = "github:rebmit/nixpkgs/nixos-unstable"; # flake modules