From bc88126e5dfdc7c8102f10fd8e4d89a39000c949 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 2 Dec 2024 23:02:32 -0800 Subject: [PATCH] Switch rust-overlay to FlakeHub input --- flake.lock | 17 ++++++++--------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index a913acf..d9287a3 100644 --- a/flake.lock +++ b/flake.lock @@ -42,17 +42,16 @@ ] }, "locked": { - "lastModified": 1729477859, - "narHash": "sha256-r0VyeJxy4O4CgTB/PNtfQft9fPfN1VuGvnZiCxDArvg=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "ada8266712449c4c0e6ee6fcbc442b3c217c79e1", - "type": "github" + "lastModified": 1733193245, + "narHash": "sha256-nwvKoPi3S6XyliqBRuC+01QFF0k94ZOvnoZtbGi/ObM=", + "rev": "3458f7f946ba61d1a1069aedcc17d7b7616f23cd", + "revCount": 1613, + "type": "tarball", + "url": "https://api.flakehub.com/f/pinned/oxalica/rust-overlay/0.1.1613%2Brev-3458f7f946ba61d1a1069aedcc17d7b7616f23cd/01938a5f-fd1d-7a15-b29a-f49c2e4acf7e/source.tar.gz" }, "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" + "type": "tarball", + "url": "https://flakehub.com/f/oxalica/rust-overlay/%2A" } } }, diff --git a/flake.nix b/flake.nix index f8b3e49..2eeb7c4 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ inputs = { nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*"; rust-overlay = { - url = "github:oxalica/rust-overlay"; + url = "https://flakehub.com/f/oxalica/rust-overlay/*"; inputs.nixpkgs.follows = "nixpkgs"; }; crane.url = "https://flakehub.com/f/ipetkov/crane/0.19.*";