We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9329fbc commit 5706bf5Copy full SHA for 5706bf5
contrib/nix/flake.nix
@@ -85,6 +85,7 @@
85
(lib.fileset.fileFilter (file: file.hasExt "clar") ../..)
86
#
87
(craneLib.fileset.commonCargoSources ../../clarity)
88
+ (craneLib.fileset.commonCargoSources ../../clarity-serialization)
89
(craneLib.fileset.commonCargoSources ../../libsigner)
90
(craneLib.fileset.commonCargoSources ../../libstackerdb)
91
(craneLib.fileset.commonCargoSources ../../pox-locking)
0 commit comments