From dd5883f58c7e49d2b00bd186dfb54afe0dc8fa8a Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Thu, 24 Dec 2020 16:10:02 +0300 Subject: [PATCH] Update crate2nix --- flake.lock | 8 ++++---- flake.nix | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index a76ed8b..7f73aa4 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "crate2nix": { "flake": false, "locked": { - "lastModified": 1603629926, - "narHash": "sha256-mQg9HzU0tRCKgk8GFhQ2QrxyCUjGgsJqH5JA4SZDyc4=", + "lastModified": 1608814925, + "narHash": "sha256-GdFBG2LmpbY4C1OJBFfWLMKXzGyFq4mJBK+SVMNNE+8=", "owner": "balsoft", "repo": "crate2nix", - "rev": "9b7b8ea918e3b28538868f8aeb8318f02bb75cb9", + "rev": "68be3d90f31bf0bfd525da77e0ae6e89f48abd24", "type": "github" }, "original": { "owner": "balsoft", - "ref": "balsoft/fix-tools-nix", + "ref": "tools-nix-version-comparison", "repo": "crate2nix", "type": "github" } diff --git a/flake.nix b/flake.nix index a487e1b..69e6f92 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs"; crate2nix = { - type = "github"; - owner = "balsoft"; - repo = "crate2nix"; - ref = "balsoft/fix-tools-nix"; + url = "github:balsoft/crate2nix/tools-nix-version-comparison"; flake = false; }; };