diff options
| author | Franck Cuny <fcuny@roblox.com> | 2026-01-28 15:07:51 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2026-01-28 15:07:51 -0800 |
| commit | 44501d92d07e087e4a16932e3903f69e6552b5e6 (patch) | |
| tree | c58900042b08e17ebb39118c5acc5c8c9adb349a /flake.nix | |
| parent | eza: don't use --git-ignore (diff) | |
| download | infra-44501d92d07e087e4a16932e3903f69e6552b5e6.tar.gz | |
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ overlays.default = _final: prev: { sapi = prev.callPackage ./pkgs/sapi { }; hashi = prev.callPackage ./pkgs/hashi { }; + coder-mainline = prev.callPackage ./pkgs/coder { channel = "mainline"; }; }; formatter = forAllSystems ( |
