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
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 6 additions and 6 deletions

4
flake.lock generated
View file

@ -31,7 +31,7 @@
"type": "github"
}
},
"nixpkgsUnstable": {
"nixpkgs-unstable": {
"locked": {
"lastModified": 1666570118,
"narHash": "sha256-MTXmIYowHM1wyIYyqPdBLia5SjGnxETv0YkIbDsbkx4=",
@ -51,7 +51,7 @@
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgsUnstable": "nixpkgsUnstable"
"nixpkgs-unstable": "nixpkgs-unstable"
}
}
},