From 8b1327f66a31873dc0cac3d6eb2fa5c957723757 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 16 May 2023 15:11:16 -0700 Subject: [PATCH] updated build tool --- flake.lock | 11 ++++++----- flake.nix | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 04358ce..19b0b6b 100644 --- a/flake.lock +++ b/flake.lock @@ -111,15 +111,16 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1683740681, - "narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", - "ref": "refs/heads/master", - "rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", - "revCount": 33, + "lastModified": 1684274921, + "narHash": "sha256-RH12Qx4u5LMomcBZaTBii1EhlHQ3TUgaKUcn+cqiClA=", + "ref": "with-deps", + "rev": "056710d1ef79ee9fabcd6808d3179779f65f45fd", + "revCount": 55, "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" }, "original": { + "ref": "with-deps", "type": "git", "url": "https://git.fudo.org/fudo-public/nix-helpers.git" } diff --git a/flake.nix b/flake.nix index 7ba6da8..5f5e2cf 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,8 @@ nixpkgs.url = "nixpkgs/nixos-22.11"; utils.url = "github:numtide/flake-utils"; helpers = { - url = "git+https://git.fudo.org/fudo-public/nix-helpers.git"; + url = + "git+https://git.fudo.org/fudo-public/nix-helpers.git?ref=with-deps"; inputs.nixpkgs.follows = "nixpkgs"; }; };