fix: reference the subdirectory of the source flake

This commit is contained in:
Jeremy Wall 2024-08-28 23:43:52 -04:00
parent cea22e1a51
commit a22971ac6d
3 changed files with 2 additions and 4 deletions

View File

@ -806,7 +806,6 @@
"quint-src": {
"flake": false,
"locked": {
"dir": "quint",
"lastModified": 1722257041,
"narHash": "sha256-VjAvaFO/OdqIYPqTNbbBZl7ah1GPGMVQJltZYkJx5IY=",
"owner": "informalsystems",
@ -815,7 +814,6 @@
"type": "github"
},
"original": {
"dir": "quint",
"owner": "informalsystems",
"ref": "v0.21.1",
"repo": "quint",

View File

@ -59,7 +59,7 @@
};
heracles-flake.url = "github:zaphar/Heracles";
quint-src = {
url = "github:informalsystems/quint/v0.21.1?dir=quint";
url = "github:informalsystems/quint/v0.21.1";
flake = false;
};
};

View File

@ -693,7 +693,7 @@ let
name = "_at_informalsystems_slash_quint";
packageName = "@informalsystems/quint";
version = "0.21.1";
src = quint-src;
src = "${quint-src}/quint";
dependencies = [
sources."@grpc/grpc-js-1.11.1"
sources."@grpc/proto-loader-0.7.13"