flake/dev/flake: match nixpkgs and dev-nixpkgs input references

Match nixpkgs and dev-nixpkgs input references, aligning with commit
90f95c5d84 ("stylix: point nixpkgs input to more conventional
nixos-unstable ref (#712)").

Fixes: a5c1532ab8 ("flake: partition dev inputs (#1289)")
This commit is contained in:
NAHO 2025-09-28 11:17:27 +02:00
parent 4aae0ebc2b
commit 255dfc8902
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185
2 changed files with 2 additions and 2 deletions

2
flake/dev/flake.lock generated
View file

@ -31,7 +31,7 @@
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -120,7 +120,7 @@
#
# [1]: https://github.com/NixOS/nix/blob/d4f67fd46dfe2bc950bdfa14273f87b8a4c32e47/doc/manual/source/release-notes/rl-2.26.md?plain=1#L3-L11
inputs = {
dev-nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
dev-nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
dev-flake-parts = {
url = "github:hercules-ci/flake-parts";