fix codex

This commit is contained in:
Harivansh Rathi 2026-03-13 18:57:32 -04:00
parent 550fca2383
commit ce165c4d77
6 changed files with 12 additions and 56 deletions

View file

@ -24,11 +24,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
codex = {
url = "github:openai/codex";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew";
};
@ -40,7 +35,6 @@
nix-darwin,
home-manager,
claudeCode,
codex,
nix-homebrew,
...
}: let
@ -63,6 +57,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {inherit inputs self username hostname;};
home-manager.backupFileExtension = "hm-bak";
home-manager.users.${username} = import ./home;