From ae910514d437d26e2117496e6d2c9dda9191bc92 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 1 Feb 2024 22:13:34 -0600 Subject: [PATCH] Update flake --- flake.lock | 12 ++++++------ flake.nix | 2 +- pict-rs-proxy.nix | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 26d681d..39b7d28 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1689192006, - "narHash": "sha256-QM0f0d8oPphOTYJebsHioR9+FzJcy1QNIzREyubB91U=", + "lastModified": 1706550542, + "narHash": "sha256-UcsnCG6wx++23yeER4Hg18CXWbgNpqNXcHIo5/1Y+hc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2de8efefb6ce7f5e4e75bdf57376a96555986841", + "rev": "97b17f32362e475016f942bbdfda4a4a72a8a652", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 9d88e54..980002e 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ }; devShell = with pkgs; mkShell { - nativeBuildInputs = [ cargo cargo-outdated cargo-zigbuild clippy gcc protobuf rust-analyzer rustc rustfmt ]; + nativeBuildInputs = [ cargo cargo-outdated clippy gcc rust-analyzer rustc rustfmt ]; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; }; diff --git a/pict-rs-proxy.nix b/pict-rs-proxy.nix index ff511d0..4dfa151 100644 --- a/pict-rs-proxy.nix +++ b/pict-rs-proxy.nix @@ -1,6 +1,5 @@ { lib , nixosTests -, protobuf , rustPlatform }: