Loading pkgs/games/dwarf-fortress/themes/default.nix +12 −3 Original line number Diff line number Diff line { lib, fetchFromGitHub, ... }: with builtins; let inherit (lib) importJSON licenses listToAttrs maintainers platforms readFile ; in listToAttrs (map (v: { Loading @@ -11,11 +20,11 @@ listToAttrs (map repo = v.name; rev = v.version; sha256 = v.sha256; meta = with lib; { meta = { platforms = platforms.all; maintainers = [ maintainers.matthewbauer maintainers.shazow ]; license = licenses.free; }; }; }) (fromJSON (readFile ./themes.json))) (importJSON ./themes.json)) Loading
pkgs/games/dwarf-fortress/themes/default.nix +12 −3 Original line number Diff line number Diff line { lib, fetchFromGitHub, ... }: with builtins; let inherit (lib) importJSON licenses listToAttrs maintainers platforms readFile ; in listToAttrs (map (v: { Loading @@ -11,11 +20,11 @@ listToAttrs (map repo = v.name; rev = v.version; sha256 = v.sha256; meta = with lib; { meta = { platforms = platforms.all; maintainers = [ maintainers.matthewbauer maintainers.shazow ]; license = licenses.free; }; }; }) (fromJSON (readFile ./themes.json))) (importJSON ./themes.json))