From 508fcd51ddc4d4333ff764fe415f46d82292b144 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 3 Nov 2025 04:53:28 -0500 Subject: Test --- flake.nix | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/flake.nix b/flake.nix index 9b36e30..f328c8f 100644 --- a/flake.nix +++ b/flake.nix @@ -60,16 +60,17 @@ ]; deps = path: nm: let - src = lib.cleanSourceWith { - src = path; - filter = path: type: - (lib.hasSuffix "\.html" path) || - (lib.hasSuffix "\.js" path) || - (lib.hasSuffix "\.css" path) || - (lib.hasInfix "/assets/" path) || - (craneLib.filterCargoSources path type) - ; - }; + src = path; + # src = lib.cleanSourceWith { + # src = path; + # filter = path: type: + # (lib.hasSuffix "\.html" path) || + # (lib.hasSuffix "\.js" path) || + # (lib.hasSuffix "\.css" path) || + # (lib.hasInfix "/assets/" path) || + # (craneLib.filterCargoSources path type) + # ; + # }; commonArgs = { inherit src nativeBuildInputs buildInputs; strictDeps = true; @@ -84,16 +85,17 @@ cargoArtifacts; build = path: nm: let - src = lib.cleanSourceWith { - src = path; - filter = path: type: - (lib.hasSuffix "\.html" path) || - (lib.hasSuffix "\.js" path) || - (lib.hasSuffix "\.css" path) || - (lib.hasInfix "/assets/" path) || - (craneLib.filterCargoSources path type) - ; - }; + src = path; + # src = lib.cleanSourceWith { + # src = path; + # filter = path: type: + # (lib.hasSuffix "\.html" path) || + # (lib.hasSuffix "\.js" path) || + # (lib.hasSuffix "\.css" path) || + # (lib.hasInfix "/assets/" path) || + # (craneLib.filterCargoSources path type) + # ; + # }; commonArgs = { inherit src nativeBuildInputs buildInputs; strictDeps = true; -- cgit v1.2.3