From 02cbf227ad0bf5405a36e207f345b657f087f081 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Tue, 30 Aug 2022 19:10:59 +0800 Subject: [PATCH] `rescript-association` merged the `gentype` flake, so our flake inputs are updated accordingly --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index fcadffff..67f81079 100644 --- a/flake.lock +++ b/flake.lock @@ -38,15 +38,15 @@ ] }, "locked": { - "lastModified": 1660630689, - "narHash": "sha256-oM21qcr+VtI69GIm56UDy6oGiupq2GkZDIaKXWWnM8k=", - "owner": "quinn-dougherty", + "lastModified": 1661855866, + "narHash": "sha256-+q0OOTyaq8eOn9BOWdPOCtSDOISW4A59v3mq3JOZyug=", + "owner": "rescript-association", "repo": "genType", - "rev": "c2a022cfec32b5a61d575205daa93416a9a9309c", + "rev": "6b5f164b4f6ced456019b7579a0ab7e0a86518ad", "type": "github" }, "original": { - "owner": "quinn-dougherty", + "owner": "rescript-association", "repo": "genType", "type": "github" } diff --git a/flake.nix b/flake.nix index 275c3f28..97bcf485 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-22.05"; gentype = { - url = "github:quinn-dougherty/genType"; + url = "github:rescript-association/genType"; inputs.nixpkgs.follows = "nixpkgs"; }; flake-utils.url = "github:numtide/flake-utils";