flake: rename input nixpkgsUnstable -> nixpkgs-unstable
This follows common flake naming conventions.
This commit is contained in:
parent
a12b701e75
commit
d428755399
3 changed files with 6 additions and 6 deletions
|
|
@ -16,5 +16,5 @@ let
|
|||
in
|
||||
{
|
||||
nixpkgs = fetch lockedInputs.nixpkgs;
|
||||
nixpkgs-unstable = fetch lockedInputs.nixpkgsUnstable;
|
||||
nixpkgs-unstable = fetch lockedInputs.nixpkgs-unstable;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue