Domen Kožar

Results 1476 comments of Domen Kožar

It's interesting that in another report shows no paths were printed out: ``` Pushing to cachix Pushing 41 paths (35079 are already present) using zstd to cache xxx ⏳ All...

The most likely cause seems to be using ascii-progress with all the concurrency stuff it's doing in the background using concurrent-output library. To simplify this we should: - merge code...

@GeneralOneill what cachix version are you using?

Can you prove a full flake?

Looks like a great start :) Thank you so much! Could you also add a test to `tests`?

``` Error: Error: Pushing to https://github.com/lamalex/devenv remote: Permission to lamalex/devenv.git denied to github-actions[bot]. fatal: unable to access 'https://github.com/lamalex/devenv/': The requested URL returned error: 403 ``` @sandydoo I think we've enabled...

@lamalex ``` error: at /run/github-runner/cachix-x86_64-linux/devenv/devenv/tests/python-uv-sync/devenv.nix:2:1: 1| { pkgs, config, ... }: 2| : let | ^ 3| pkgs-unstable = import inputs.nixpkgs-unstable { system = pkgs.stdenv.system; }; error: syntax error, unexpected...

I've rebased and cleaned up in 7df6f2bc57c3d4793d3f96e791a09c0f5261c1ac, but I'm seeing test fail: ``` ~/dev/cachix/devenv/tests/python-uv-sync/directory ~/dev/cachix/devenv/tests/python-uv-sync Using Python 3.11.8 interpreter at: /nix/store/nbiqypvcx2k9g8d7s4l0h3ym0hz8fa50-python3-3.11.8-env/bin/python3 Creating virtualenv at: /home/domen/dev/cachix/devenv/tests/python-uv-sync/.devenv/state/venv error: Unable to find lockfile...

Seems like we need to commit the initial `uv.lock`. I've merged this manually, thank you!

Using 0.147.2, with direnv activated and `rust-analyzer` available in $PATH, Zed still downloads the binary on it's own and fails to run it. No error is reported in the editor....