flake: fix capitalization nitpick
This commit is contained in:
parent
67604b8203
commit
c88164498b
2 changed files with 3 additions and 3 deletions
4
flake.lock
generated
4
flake.lock
generated
|
@ -379,13 +379,13 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719681275,
|
"lastModified": 1719681275,
|
||||||
"narHash": "sha256-bdWKtKtFEnljdG0o9DD9qkLCfnApngEvmQDQcZVJedI=",
|
"narHash": "sha256-bdWKtKtFEnljdG0o9DD9qkLCfnApngEvmQDQcZVJedI=",
|
||||||
"owner": "nixos",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "efa07e612f97cb737b56739c280685d77fb60f2b",
|
"rev": "efa07e612f97cb737b56739c280685d77fb60f2b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
### Nixpkgs ###
|
### Nixpkgs ###
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
latest.url = "github:nixos/nixpkgs";
|
latest.url = "github:NixOS/nixpkgs";
|
||||||
fork.url = "github:Infinidoge/nixpkgs/combined/all";
|
fork.url = "github:Infinidoge/nixpkgs/combined/all";
|
||||||
stable.url = "github:NixOS/nixpkgs/nixos-23.05";
|
stable.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue