aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-04 03:46:48 +0100
committereldritch horrors <pennae@lix.systems>2024-03-04 04:36:14 +0100
commitf17e7b185597715049fa7a12e6a0512ef66801b6 (patch)
treec7a59f65cbfd674ae93ba0a350fdeb9aec145bee /flake.nix
parent79dd9efe384cd70e04fe3fd3ee03c0b8d5ee8182 (diff)
Merge pull request #8923 from obsidiansystems/test-proto
Unit test some worker protocol serializers (cherry picked from commit c6faef61a6f31c71146aee5d88168e861df9a22a) Change-Id: I99e36f5f17eb7642211a4e42a16b143424f164b4
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0722d4a5b..ac1d0606a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,6 +77,7 @@
./src
./tests/functional
./tests/unit
+ ./unit-test-data
./COPYING
./scripts/local.mk
(fileset.fileFilter (f: lib.strings.hasPrefix "nix-profile" f.name) ./scripts)