feat: install codex-cli globally via systemPackages
https://claude.ai/code/session_01WbhyZRRuzioZn7F3NTuntf
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user