Double Dimos

Results 6 comments of Double Dimos

Any status update on this, pls?

Same issue, after I uninstalled the nix followed by this [tutorial](https://nix.dev/manual/nix/2.21/installation/uninstall). If I install any package which will be placed `$out/Applications`, it will case `Operation not permitted` error, such as...

> It seems like an overlay works like a workaround for some reason > > vscode = prev.vscode.overrideAttrs (old: { > installPhase = "whoami\n" + old.installPhase; > }); wow, same...

> Hi, I have same issue. > > > I uninstalled the nix followed by this [tutorial](https://nix.dev/manual/nix/2.21/installation/uninstall) and reinstall it using [nix-installer](https://github.com/DeterminateSystems/nix-installer/issues). > > I also uninstalled nix, and reinstalled...

> [@JackPala](https://github.com/JackPala) I'm having trouble getting codex building with `buildingNpmPackage`. I'm getting an error about a missing package.json: > > ``` > > last 16 log lines: > > Running...

```nix { pkgs, stdenv, ... }: let codexRepo = pkgs.fetchFromGitHub { owner = "openai"; repo = "codex"; rev = "8f1ea7fa855cc2a130824a272a35dcd031ff519b"; sha256 = "sha256-VDF7hg81awpV4EUXT/DW9wE/AhQc006TCQnMYTr9JK0="; }; codex-cli = stdenv.mkDerivation (finalAttrs: { pname...