My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/tools/toml2nix/default.nix

18 lines
484 B

# Generated by carnix 0.9.7: carnix generate-nix
{ lib, buildPlatform, buildRustCrate, buildRustCrateHelpers, cratesIO, fetchgit }:
with buildRustCrateHelpers;
let inherit (lib.lists) fold;
inherit (lib.attrsets) recursiveUpdate;
in
let crates = cratesIO; in
rec {
toml2nix = crates.crates.toml2nix."0.1.1" deps;
__all = [ (toml2nix {}) ];
deps.serde."1.0.84" = {};
deps.toml."0.4.10" = {
serde = "1.0.84";
};
deps.toml2nix."0.1.1" = {
toml = "0.4.10";
};
}