Christopher Fredén

Results 26 comments of Christopher Fredén

No problem. There are so many markdown CLIs out there, but this one was simple and solid. I was just missing that one feature. Great work!

@slurmulon I have a PR (#270) still open which makes `NOCACHE=1` work as you suggest. This will fix your problem, but I don't know if this project is abandoned at...

@asymmetric I've got the same problem with infinite recursion (nix-community/poetry2nix@3b9040d and nixos/nixpkgs@80d4d591522bf3d31e0fe4703bbc30388f7fc8f2 including trying 22.05 and latest from today) when `babel` is in the `poetry.lock`, in my case I want...

Wanted to try out relative paths to be able to use subflakes in a practical way, but I ran into some problems. Root flake file `flake.nix`: ```nix { inputs =...

Using @dominicf2001's `devenv.nix` with: ``` $ nix --version nix (Nix) 2.22.1 $ nix store info Store URL: local Version: 2.22.1 Trusted: 1 $ devenv version devenv 1.0.6 (x86_64-linux) ``` I...

> Maybe you can set `github:NixOS/nixpkgs` as nixpkgs input and see if it happens again? @domenkozar I updated my `devenv.yaml` and ran `devenv update`, is that what you mean? ```yaml...

> @icetan, could you try `nix-store --delete /nix/store/sqxr5ds2av7d8dbffwai5rzcv4h69b9h-image-shell.json` and then a `devenv gc`? Maybe delete the `.devenv` folder beforehand as well. @sandydoo Thanks, but I already tried this and I...

> devenv also stores roots in `$HOME/.devenv/gc`. Could try nuking that as well. I don't have `~/.devenv` :/

> Maybe `~/.local/share/devenv`? Tried that too. Could it be my docker version or something? ```sh $ docker version Client: Version: 26.1.4 API version: 1.45 Go version: go1.22.3 Git commit: 5650f9b102...

An update, I have some progress using `nix-user-chroot`: ```sh $ nix-user-chroot ./nix sh sh-5.2$ sh