From fb07595c84ceda0bc8a63637f347da707d511f72 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Tue, 8 Nov 2022 17:00:00 +0000 Subject: [PATCH] horizon-gen-nix (flake input): f24f5cfb9c2629f9b456e47aedafdf8e909dadda -> 0b00a1c2c4e8f8ed169bb732ea35c4da4ea3e387 --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 17cd7f68..3b3c425a 100644 --- a/flake.lock +++ b/flake.lock @@ -64,16 +64,15 @@ "horizon-gen-nix": { "flake": false, "locked": { - "lastModified": 1667758926, - "narHash": "sha256-p4IdceVV3gAlBP1AcLL4UwufapWjcs9zIAFSVEVSWX0=", - "ref": "make-package-set", - "rev": "f24f5cfb9c2629f9b456e47aedafdf8e909dadda", - "revCount": 36, + "lastModified": 1667926671, + "narHash": "sha256-TWD8yl8GSasvcFzn1ytS6/riemJ9zLi9xvc2Uhqi8QQ=", + "ref": "refs/heads/master", + "rev": "0b00a1c2c4e8f8ed169bb732ea35c4da4ea3e387", + "revCount": 39, "type": "git", "url": "https://gitlab.homotopic.tech/horizon/horizon-gen-nix" }, "original": { - "ref": "make-package-set", "type": "git", "url": "https://gitlab.homotopic.tech/horizon/horizon-gen-nix" } diff --git a/flake.nix b/flake.nix index ab183d5b..e229255a 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; horizon-gen-nix = { flake = false; - url = "git+https://gitlab.homotopic.tech/horizon/horizon-gen-nix?ref=make-package-set"; + url = "git+https://gitlab.homotopic.tech/horizon/horizon-gen-nix"; }; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; }; -- GitLab