mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
7 lines
144 B
Nix
7 lines
144 B
Nix
![]() |
{ file }:
|
||
|
|
||
|
builtins.attrValues
|
||
|
(builtins.mapAttrs
|
||
|
(name: def: def // { inherit name; })
|
||
|
(builtins.fromJSON (builtins.readFile file)))
|