mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-04 20:22:14 +03:00
add comment for filteredRequires in package-lock transl.
This commit is contained in:
parent
7afa741704
commit
170a157b1f
@ -87,6 +87,8 @@
|
||||
requires = pdata.requires or {};
|
||||
dependencies = pdata.dependencies or {};
|
||||
|
||||
# this was required to in order to fix .#resolveImpure for this projet:
|
||||
# https://gitlab.com/Shinobi-Systems/Shinobi/-/commit/a2faa40ab0e9952ff6a7fcf682534171614180c1
|
||||
filteredRequires =
|
||||
l.filterAttrs
|
||||
(name: spec:
|
||||
|
Loading…
Reference in New Issue
Block a user