Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

thomascft/wezterm-nightly-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wezterm Nightly Flake

A Nix Flake that automatically builds the latest WezTerm with Github Actions

Important

Merged upstream wez/wezterm#5979

Usage

WezTerm is exposed as this flake's default package. Just add it to your config somewhere like environment.systemPackages to use.

{inputs, pkgs, ...}:{
  environment.systemPackages = [
    inputs.wezterm-nightly.packages.${pkgs.system}.default
  ];
}

Home Manager

{inputs, pkgs, ...}:{
  programs.wezterm = {
    enable = true;
    package = inputs.wezterm-nightly.packages.${pkgs.system}.default
  }
}

Binary Cache

The flake.lock is automatically updated daily. After it's updated, the WezTerm is rebuilt with the updated flake.lock. If that passes, the build is pushed to main for your enjoyment. Everything that was built is pushed to the wezterm-nightly.cachix.org cache. You can either use the provided nixConfig when prompted, or add the cachix to your trusted substitutes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages