Commit f82808f0 authored by Vaibhav Sagar's avatar Vaibhav Sagar

release.nix: ignore .yml files

parent 4e2d4ccc
......@@ -7,7 +7,7 @@ let
lib = nixpkgs.lib;
in lib.cleanSourceFilter name type && !(
(type == "directory" && (elem baseName [ ".stack-work" "dist"])) ||
any (lib.flip lib.hasSuffix baseName) [ ".hi" ".ipynb" ".nix" ".sock" ".yaml" ]
any (lib.flip lib.hasSuffix baseName) [ ".hi" ".ipynb" ".nix" ".sock" ".yaml" ".yml" ]
);
src = filterSource cleanSource ./.;
displays = self: listToAttrs (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment