flake: rename input nixpkgsUnstable -> nixpkgs-unstable

This follows common flake naming conventions.
This commit is contained in:
Erik Arvstedt
2022-10-22 19:37:53 +02:00
parent a12b701e75
commit d428755399
3 changed files with 6 additions and 6 deletions

View File

@@ -16,5 +16,5 @@ let
in
{
nixpkgs = fetch lockedInputs.nixpkgs;
nixpkgs-unstable = fetch lockedInputs.nixpkgsUnstable;
nixpkgs-unstable = fetch lockedInputs.nixpkgs-unstable;
}