flake update
This commit is contained in:
parent
7300308e5c
commit
2b52c6a643
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
src = craneLib.path ./.;
|
src = craneLib.path ./.;
|
||||||
filter = path: type:
|
filter = path: type:
|
||||||
(pkgs.lib.hasSuffix "\.md" path) ||
|
(pkgs.lib.hasSuffix "\.md" path) ||
|
||||||
|
(pkgs.lib.hasSuffix "\.stpl" path) ||
|
||||||
(craneLib.filterCargoSources path type)
|
(craneLib.filterCargoSources path type)
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue