From 74032212ae31c2bbfb5ef8c487cf9c71af7a518b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 19 Dec 2023 10:34:41 -0600 Subject: [PATCH] Use same rev as lock --- templates/rust/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix index c2d4e1d..fbede70 100644 --- a/templates/rust/flake.nix +++ b/templates/rust/flake.nix @@ -1,5 +1,5 @@ { - inputs.nixpkgs.url = "github:NixOS/nixpkgs?rev=e4ad989506ec7d71f7302cc3067abd82730a4beb"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs?rev=2c7f3c0fb7c08a0814627611d9d7d45ab6d75335"; outputs = { self, nixpkgs,