Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 9df7b23

Browse files
committed
fix: make codex conditional on system hash availability in flake.nix
1 parent 8adcf60 commit 9df7b23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,8 @@
145145
packages = [
146146
beads-rust
147147
prek
148-
codex
149148
gemini-cli
150-
] ++ (with pkgs; [
149+
] ++ (pkgs.lib.optionals (codexHashes ? ${system}) [ codex ]) ++ (with pkgs; [
151150
git
152151
gh
153152
jujutsu

0 commit comments

Comments
 (0)