flake: rename input nixpkgsUnstable -> nixpkgs-unstable

This follows common flake naming conventions.
This commit is contained in:
Erik Arvstedt
2022-11-03 23:08:05 +01:00
parent a12b701e75
commit d428755399
3 changed files with 6 additions and 6 deletions
Generated
+2 -2
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"
}
}
},