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

View File

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

View File

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