fix crane

This commit is contained in:
Elijah McMorris 2024-08-07 10:02:43 -07:00
parent b402e3f503
commit 8063284c56
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 135 additions and 11 deletions

View file

@ -31,7 +31,8 @@
inherit (pkgs) lib;
craneLib = crane.mkLib pkgs;
src = craneLib.cleanCargoSource ./.;
# src = craneLib.cleanCargoSource ./.;
src = ./.;
# Common arguments can be set here to avoid repeating them later
commonArgs = {