From 12a19e33f08d787f1c24430379a9dc90ea3a49f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 17 Sep 2024 08:18:42 +0200 Subject: [PATCH] update cargo2nix --- Cargo.nix | 2 +- flake.lock | 12 ++++++------ flake.nix | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.nix b/Cargo.nix index e0dc9dd..f8fa69d 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -118,7 +118,7 @@ in version = "0.1.1"; registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/"; src = fetchCrateAlternativeRegistry { - index = sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/; + index = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/"; name = "extra-math"; version = "0.1.1"; sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb"; diff --git a/flake.lock b/flake.lock index 59fc787..cccdf4d 100644 --- a/flake.lock +++ b/flake.lock @@ -14,11 +14,11 @@ ] }, "locked": { - "lastModified": 1725812914, - "narHash": "sha256-xYdN9kbpLScjJGll6IE7Cnnn1UhIMKUwGyrzKjQvPgI=", + "lastModified": 1726552619, + "narHash": "sha256-ytTBILVMnRZYvjiLYz+J6IFf/TOXdGuP6RDesMx9qgA=", "owner": "DarkKirb", "repo": "cargo2nix", - "rev": "7bb1ee00029ab2e7bd8ba03f5563cdbb998ab6f7", + "rev": "baa12124e2de09e1cbbdac320f14809fa55af1a2", "type": "github" }, "original": { @@ -78,11 +78,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1726547454, - "narHash": "sha256-ORlOjR97LbxyJ28Iyd/mstcWAJ4VbKjYuULLx+icpFU=", + "lastModified": 1726552853, + "narHash": "sha256-IiMC/CUatt5uvU5oHfWfqoaCjNs/vqRHj0B8JTZLrTg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "762dd3d899e1c3dbde61212e454afc54ec579f7a", + "rev": "683fddf43ec6cbb85bb61de54349090beb190173", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index cefa91c..87cbd28 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ rust-overlay = { url = "github:oxalica/rust-overlay"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; }; cargo2nix = {