Loading pkgs/data/themes/alacritty-theme/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , nix-update-script , stdenvNoCC , ... }: stdenvNoCC.mkDerivation (self: { name = "alacritty-theme"; version = "unstable-2023-10-12"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; rev = "4cb179606c3dfc7501b32b6f011f9549cee949d3"; hash = "sha256-Ipe6LHr83oBdBMV3u4xrd+4zudHXiRBamUa/cOuHleY="; }; dontConfigure = true; dontBuild = true; preferLocalBuild = true; sourceRoot = "${self.src.name}/themes"; installPhase = '' runHook preInstall install -Dt $out *.yaml runHook postInstall ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = with lib; { description = "Collection of Alacritty color schemes"; homepage = "https://alacritty.org/"; license = licenses.asl20; maintainers = [ maintainers.nicoo ]; platforms = platforms.all; }; }) pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -29012,6 +29012,8 @@ with pkgs; aileron = callPackage ../data/fonts/aileron { }; alacritty-theme = callPackage ../data/themes/alacritty-theme { }; albatross = callPackage ../data/themes/albatross { }; alegreya = callPackage ../data/fonts/alegreya { }; Loading
pkgs/data/themes/alacritty-theme/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib , fetchFromGitHub , nix-update-script , stdenvNoCC , ... }: stdenvNoCC.mkDerivation (self: { name = "alacritty-theme"; version = "unstable-2023-10-12"; src = fetchFromGitHub { owner = "alacritty"; repo = "alacritty-theme"; rev = "4cb179606c3dfc7501b32b6f011f9549cee949d3"; hash = "sha256-Ipe6LHr83oBdBMV3u4xrd+4zudHXiRBamUa/cOuHleY="; }; dontConfigure = true; dontBuild = true; preferLocalBuild = true; sourceRoot = "${self.src.name}/themes"; installPhase = '' runHook preInstall install -Dt $out *.yaml runHook postInstall ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = with lib; { description = "Collection of Alacritty color schemes"; homepage = "https://alacritty.org/"; license = licenses.asl20; maintainers = [ maintainers.nicoo ]; platforms = platforms.all; }; })
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -29012,6 +29012,8 @@ with pkgs; aileron = callPackage ../data/fonts/aileron { }; alacritty-theme = callPackage ../data/themes/alacritty-theme { }; albatross = callPackage ../data/themes/albatross { }; alegreya = callPackage ../data/fonts/alegreya { };