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"
}