feat: install codex-cli globally via systemPackages

https://claude.ai/code/session_01WbhyZRRuzioZn7F3NTuntf
This commit is contained in:
2026-04-28 01:00:01 +03:00
parent fb40a985d8
commit 8e1a3352d6
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@
inherit system; inherit system;
specialArgs = { specialArgs = {
helium = helium-browser.packages.${system}.helium; helium = helium-browser.packages.${system}.helium;
codex = codex-cli-nix.packages.${system}.default;
}; };
modules = [ modules = [
./configuration.nix ./configuration.nix
+2 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, helium, ... }: { pkgs, helium, codex, ... }:
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@@ -28,6 +28,7 @@
# dev # dev
vscode vscode
docker-compose docker-compose
codex
# gaming / media # gaming / media
libva-utils libva-utils