mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-08 18:46:02 +03:00
make broken shas null
This commit is contained in:
parent
b6710eb74e
commit
05f48be62a
2 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@
|
|||
lib.attrsets.mapAttrs
|
||||
(k: v: mkBinaryInstall {inherit (v.${system}) version url sha256;})
|
||||
(lib.attrsets.filterAttrs
|
||||
(k: v: (builtins.hasAttr system v) && (v.${system}.url != null))
|
||||
(k: v: (builtins.hasAttr system v) && (v.${system}.url != null) && (v.${system}.sha256 != null))
|
||||
(builtins.removeAttrs sources ["master"]));
|
||||
|
||||
# The master packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue