flake update

This commit is contained in:
Paul Zinselmeyer 2023-11-03 23:40:06 +01:00
parent 7300308e5c
commit 2b52c6a643

View file

@ -40,6 +40,7 @@
src = craneLib.path ./.;
filter = path: type:
(pkgs.lib.hasSuffix "\.md" path) ||
(pkgs.lib.hasSuffix "\.stpl" path) ||
(craneLib.filterCargoSources path type)
;
};