rescript-association merged the gentype flake, so our flake inputs are updated accordingly

This commit is contained in:
Quinn Dougherty 2022-08-30 19:10:59 +08:00
parent 4b6a565c33
commit 02cbf227ad
2 changed files with 6 additions and 6 deletions

View File

@ -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"
}

View File

@ -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";