diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-12 04:27:41 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-12 04:27:41 -0400 |
| commit | 22eaa340b0806321fb6a0a3a7fddb820f0d81785 (patch) | |
| tree | a79149355e8f77814dae29c6c33e15b35a4d4714 /2026/flake.nix | |
| parent | 140f3eeead7f56ce2fd65e727ae638372af97750 (diff) | |
Add dist
Diffstat (limited to '2026/flake.nix')
| -rw-r--r-- | 2026/flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/2026/flake.nix b/2026/flake.nix index 4327baf..01977ff 100644 --- a/2026/flake.nix +++ b/2026/flake.nix @@ -9,9 +9,10 @@ system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; jam = inputs.teleia.native.build ./. "jam"; + windows = inputs.teleia.windows.build ./. "jam"; in { packages.${system} = { - inherit jam; + inherit jam windows; default = jam; }; applications.${system}.default = { |
