inputs: switch nixpkgs-unstable to rebmit/nixpkgs/nixos-unstable

This commit is contained in:
Lu Wang 2024-12-30 04:09:49 +08:00
parent 89604613d4
commit db17d818ed
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU
2 changed files with 6 additions and 6 deletions

View file

@ -127,15 +127,15 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1734424634, "lastModified": 1735503330,
"narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", "narHash": "sha256-19iGqBco1uiK6plNYnJKavRkzdF/0pgq/wgwGdNBiDU=",
"owner": "NixOS", "owner": "rebmit",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", "rev": "d3ab6bb3271599599dced36c9c1bc0bc36e38bbc",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "rebmit",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"

View file

@ -35,7 +35,7 @@
# nixpkgs # nixpkgs
nixpkgs.follows = "nixpkgs-unstable"; nixpkgs.follows = "nixpkgs-unstable";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:rebmit/nixpkgs/nixos-unstable";
# flake modules # flake modules