flake: rename input nixpkgsUnstable -> nixpkgs-unstable
This follows common flake naming conventions.
This commit is contained in:
@@ -16,5 +16,5 @@ let
|
||||
in
|
||||
{
|
||||
nixpkgs = fetch lockedInputs.nixpkgs;
|
||||
nixpkgs-unstable = fetch lockedInputs.nixpkgsUnstable;
|
||||
nixpkgs-unstable = fetch lockedInputs.nixpkgs-unstable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user