Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
flake: Fix source filtering
✗ CI failure Lorenz Leutgeb committed 6 months ago
commit a425c101af4172e617dedbaeef9b73df4047cb56
parent 96e3a3461409097abe4f1f2e340d71637ebbcf4d
1 failed (1 total) View logs
1 file changed +2 -4
modified flake.nix
@@ -69,14 +69,12 @@
          ".md" # testing
          ".adoc" # man pages
          ".json" # testing samples
+
          ".txt" # might be included with `include_str!`
          "rad-cob-multiset" # testing external COBs
        ]
        ||
        # Default filter from crane (allow .rs files)
-
        (rustup.craneLib.filterCargoSources path type)
-
        ||
-
        # *.txt files might be included with `include_str!`
-
        (builtins.isList (builtins.match ''/?crates/(.*/.*\.txt)'' path));
+
        (rustup.craneLib.filterCargoSources path type);

      src = lib.cleanSourceWith {
        src = ./.;