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": {
|
||||
"lastModified": 1719681275,
|
||||
"narHash": "sha256-bdWKtKtFEnljdG0o9DD9qkLCfnApngEvmQDQcZVJedI=",
|
||||
"owner": "nixos",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "efa07e612f97cb737b56739c280685d77fb60f2b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
inputs = {
|
||||
### Nixpkgs ###
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
latest.url = "github:nixos/nixpkgs";
|
||||
latest.url = "github:NixOS/nixpkgs";
|
||||
fork.url = "github:Infinidoge/nixpkgs/combined/all";
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue