Update rust overlay

This commit is contained in:
Jeremy Wall 2023-07-14 15:18:58 -04:00
parent 6a1ce4f42a
commit 8cdf6adb56
2 changed files with 5 additions and 6 deletions

10
nix/darwin/flake.lock generated
View File

@ -35,11 +35,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-BCPkQmfIGNCZSE0aGAiuvtLXwBwoeNRq2ICOvyIuYas=", "narHash": "sha256-BCPkQmfIGNCZSE0aGAiuvtLXwBwoeNRq2ICOvyIuYas=",
"path": "/nix/store/g9k3q47ggx3qccfkxp5qskxpplh1yqbg-source/nix/base-system", "path": "/nix/store/2bpzrvjxbsv4jjn8q7vakmxlyi8wx7kc-source/nix/base-system",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/g9k3q47ggx3qccfkxp5qskxpplh1yqbg-source/nix/base-system", "path": "/nix/store/2bpzrvjxbsv4jjn8q7vakmxlyi8wx7kc-source/nix/base-system",
"type": "path" "type": "path"
} }
}, },
@ -550,11 +550,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687746941, "lastModified": 1689302058,
"narHash": "sha256-wsSRCmPQ1+uXsDNnEH2mN4ZVtHHpfavA4FrQnCb5A44=", "narHash": "sha256-yD74lcHTrw4niXcE9goJLbzsgyce48rQQoy5jK5ZK40=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "b91d162355e88de89b379f3d6a459ade92704474", "rev": "7b8dbbf4c67ed05a9bf3d9e658c12d4108bc24c8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,5 +1,4 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.05"; nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
darwin.url = "github:lnl7/nix-darwin"; darwin.url = "github:lnl7/nix-darwin";