Loading pkgs/by-name/cr/cronutils/package.nix +16 −9 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch { lib, stdenv, fetchFromGitHub, fetchpatch, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { pname = "cronutils"; version = "1.10"; outputs = [ "out" "man" ]; outputs = [ "out" "man" ]; src = fetchFromGitHub { owner = "google"; Loading Loading @@ -43,12 +48,14 @@ stdenv.mkDerivation (finalAttrs: { "-Wno-format-nonliteral" ]); meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/google/cronutils/releases/tag/version%2F${finalAttrs.version}"; description = "Utilities to assist running periodic batch processing jobs"; homepage = "https://github.com/google/cronutils"; license = licenses.asl20; maintainers = with maintainers; [ katexochen ]; platforms = platforms.all; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ katexochen ]; platforms = lib.platforms.all; }; }) pkgs/by-name/fo/formatjson5/package.nix +11 −11 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , stdenv , darwin { lib, rustPlatform, fetchFromGitHub, stdenv, darwin, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading @@ -19,13 +21,9 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-zPgaZPDyNVPmBXz6QwOYnmh/sbJ8aPST8znLMfIWejk="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; cargoBuildFlags = [ "--example formatjson5" ]; cargoBuildFlags = [ "--example formatjson5" ]; postInstall = let Loading @@ -35,6 +33,8 @@ rustPlatform.buildRustPackage rec { install -D target/${cargoTarget}/release/examples/formatjson5 $out/bin/formatjson5 ''; passthru.updateScript = nix-update-script { }; meta = { description = "JSON5 formatter"; homepage = "https://github.com/google/json5format"; Loading pkgs/by-name/ig/igvm-tooling/package.nix +28 −19 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub , fetchpatch , which , acpica-tools { lib, python3, fetchFromGitHub, fetchpatch, which, acpica-tools, nix-update-script, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -38,7 +40,8 @@ python3.pkgs.buildPythonApplication rec { nativeBuildInputs = [ acpica-tools ]; propagatedBuildInputs = (with python3.pkgs; [ propagatedBuildInputs = (with python3.pkgs; [ setuptools ecdsa cstruct Loading @@ -46,7 +49,8 @@ python3.pkgs.buildPythonApplication rec { pytest cached-property frozendict ]) ++ [ ]) ++ [ acpica-tools which ]; Loading @@ -58,11 +62,16 @@ python3.pkgs.buildPythonApplication rec { find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \; ''; passthru.updateScript = nix-update-script { }; meta = { description = "IGVM Image Generator"; homepage = "https://github.com/microsoft/igvm-tooling"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ malt3 katexochen ]; maintainers = with lib.maintainers; [ malt3 katexochen ]; changelog = "https://github.com/microsoft/igvm-tooling/releases/tag/igvm-${version}"; mainProgram = "igvmgen"; platforms = lib.platforms.all; Loading pkgs/by-name/up/uplosi/package.nix +20 −9 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildGoModule , installShellFiles { lib, fetchFromGitHub, buildGoModule, installShellFiles, nix-update-script, }: buildGoModule rec { pname = "uplosi"; version = "0.3.0"; Loading @@ -17,7 +20,10 @@ buildGoModule rec { vendorHash = "sha256-o7PPgW3JL47G6Na5n9h3RasRMfU25FD1U/wCMaydRmc="; CGO_ENABLED = "0"; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; ldflags = [ "-s" "-X main.version=${version}" ]; nativeBuildInputs = [ installShellFiles ]; Loading @@ -28,13 +34,18 @@ buildGoModule rec { --zsh <($out/bin/uplosi completion zsh) ''; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Upload OS images to cloud provider"; homepage = "https://github.com/edgelesssys/uplosi"; changelog = "https://github.com/edgelesssys/uplosi/releases/tag/v${version}"; license = licenses.asl20; license = lib.licenses.asl20; mainProgram = "uplosi"; maintainers = with maintainers; [ katexochen malt3 ]; platforms = platforms.unix; maintainers = with lib.maintainers; [ katexochen malt3 ]; platforms = lib.platforms.unix; }; } Loading
pkgs/by-name/cr/cronutils/package.nix +16 −9 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch { lib, stdenv, fetchFromGitHub, fetchpatch, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { pname = "cronutils"; version = "1.10"; outputs = [ "out" "man" ]; outputs = [ "out" "man" ]; src = fetchFromGitHub { owner = "google"; Loading Loading @@ -43,12 +48,14 @@ stdenv.mkDerivation (finalAttrs: { "-Wno-format-nonliteral" ]); meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/google/cronutils/releases/tag/version%2F${finalAttrs.version}"; description = "Utilities to assist running periodic batch processing jobs"; homepage = "https://github.com/google/cronutils"; license = licenses.asl20; maintainers = with maintainers; [ katexochen ]; platforms = platforms.all; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ katexochen ]; platforms = lib.platforms.all; }; })
pkgs/by-name/fo/formatjson5/package.nix +11 −11 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , stdenv , darwin { lib, rustPlatform, fetchFromGitHub, stdenv, darwin, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading @@ -19,13 +21,9 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-zPgaZPDyNVPmBXz6QwOYnmh/sbJ8aPST8znLMfIWejk="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; cargoBuildFlags = [ "--example formatjson5" ]; cargoBuildFlags = [ "--example formatjson5" ]; postInstall = let Loading @@ -35,6 +33,8 @@ rustPlatform.buildRustPackage rec { install -D target/${cargoTarget}/release/examples/formatjson5 $out/bin/formatjson5 ''; passthru.updateScript = nix-update-script { }; meta = { description = "JSON5 formatter"; homepage = "https://github.com/google/json5format"; Loading
pkgs/by-name/ig/igvm-tooling/package.nix +28 −19 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub , fetchpatch , which , acpica-tools { lib, python3, fetchFromGitHub, fetchpatch, which, acpica-tools, nix-update-script, }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -38,7 +40,8 @@ python3.pkgs.buildPythonApplication rec { nativeBuildInputs = [ acpica-tools ]; propagatedBuildInputs = (with python3.pkgs; [ propagatedBuildInputs = (with python3.pkgs; [ setuptools ecdsa cstruct Loading @@ -46,7 +49,8 @@ python3.pkgs.buildPythonApplication rec { pytest cached-property frozendict ]) ++ [ ]) ++ [ acpica-tools which ]; Loading @@ -58,11 +62,16 @@ python3.pkgs.buildPythonApplication rec { find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \; ''; passthru.updateScript = nix-update-script { }; meta = { description = "IGVM Image Generator"; homepage = "https://github.com/microsoft/igvm-tooling"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ malt3 katexochen ]; maintainers = with lib.maintainers; [ malt3 katexochen ]; changelog = "https://github.com/microsoft/igvm-tooling/releases/tag/igvm-${version}"; mainProgram = "igvmgen"; platforms = lib.platforms.all; Loading
pkgs/by-name/up/uplosi/package.nix +20 −9 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildGoModule , installShellFiles { lib, fetchFromGitHub, buildGoModule, installShellFiles, nix-update-script, }: buildGoModule rec { pname = "uplosi"; version = "0.3.0"; Loading @@ -17,7 +20,10 @@ buildGoModule rec { vendorHash = "sha256-o7PPgW3JL47G6Na5n9h3RasRMfU25FD1U/wCMaydRmc="; CGO_ENABLED = "0"; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; ldflags = [ "-s" "-X main.version=${version}" ]; nativeBuildInputs = [ installShellFiles ]; Loading @@ -28,13 +34,18 @@ buildGoModule rec { --zsh <($out/bin/uplosi completion zsh) ''; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Upload OS images to cloud provider"; homepage = "https://github.com/edgelesssys/uplosi"; changelog = "https://github.com/edgelesssys/uplosi/releases/tag/v${version}"; license = licenses.asl20; license = lib.licenses.asl20; mainProgram = "uplosi"; maintainers = with maintainers; [ katexochen malt3 ]; platforms = platforms.unix; maintainers = with lib.maintainers; [ katexochen malt3 ]; platforms = lib.platforms.unix; }; }