flake/dev/flake: match nixpkgs and dev-nixpkgs input references
Match nixpkgs and dev-nixpkgs input references, aligning with commit90f95c5d84("stylix: point nixpkgs input to more conventional nixos-unstable ref (#712)"). Fixes:a5c1532ab8("flake: partition dev inputs (#1289)")
This commit is contained in:
parent
4aae0ebc2b
commit
255dfc8902
2 changed files with 2 additions and 2 deletions
2
flake/dev/flake.lock
generated
2
flake/dev/flake.lock
generated
|
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue