forked from Green-Sky/tomato
update nixos release to 24.05
This commit is contained in:
parent
16dc9e4071
commit
4b99da5e4e
@ -20,16 +20,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713189761,
|
"lastModified": 1718111384,
|
||||||
"narHash": "sha256-MPp1dBhlY066IeBo+EPGEUN+s+aSUA+LWkvnzKh+rts=",
|
"narHash": "sha256-7tSst0S5FOmcgvNtfy6cjZX5w8CabCVAfAeCkhY4OVg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ff44be4d8ff33f797ff3e3f87153d4f3b6a85ffb",
|
"rev": "a508a44af0c1b1b57785c34d8b54783536273eeb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "release-23.11",
|
"ref": "release-24.05",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
# append '.?submodules=1' to the nix commands.
|
# append '.?submodules=1' to the nix commands.
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
|
||||||
#nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
nlohmann-json = {
|
nlohmann-json = {
|
||||||
url = "github:nlohmann/json/v3.11.3"; # TODO: read version from file
|
url = "github:nlohmann/json/v3.11.3"; # TODO: read version from file
|
||||||
|
Loading…
Reference in New Issue
Block a user