feat: install codex-cli globally via systemPackages
https://claude.ai/code/session_01WbhyZRRuzioZn7F3NTuntf
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
helium = helium-browser.packages.${system}.helium;
|
||||
codex = codex-cli-nix.packages.${system}.default;
|
||||
};
|
||||
modules = [
|
||||
./configuration.nix
|
||||
|
||||
+2
-1
@@ -1,4 +1,4 @@
|
||||
{ pkgs, helium, ... }:
|
||||
{ pkgs, helium, codex, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
@@ -28,6 +28,7 @@
|
||||
# dev
|
||||
vscode
|
||||
docker-compose
|
||||
codex
|
||||
|
||||
# gaming / media
|
||||
libva-utils
|
||||
|
||||
Reference in New Issue
Block a user