From c8810f3e86963496e1117a005ddd74da5a08da9e Mon Sep 17 00:00:00 2001 From: electria Date: Wed, 1 Jul 2026 09:15:32 -0700 Subject: [PATCH] fix: icon missing from source cranelib minimizes the dependancy-only build itself anyway --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 66737b5..b86a384 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ buildInputs = with pkgs; [ ]; - src = craneLib.cleanCargoSource ./.; + src = ./.; }; LD_LIBRARY_PATH = lib.makeLibraryPath dlDeps;