sander
sander
I suppose so. One thing to keep in mind is that there'll be a setup cost to pay for each check, not to mention the cost of launching a whole...
devenv needs to know what your current directory is, which isn't normally possible with Nix flakes. Your options are: 1. Use `--impure` 2. Use the input hack that the flake-parts...
@YPares, are you on the `python-rewrite` branch of devenv? If you upgrade to main, then you won't have to do the `LD_LIBRARY_PATH` shenanigans. See https://github.com/cachix/devenv/blob/main/tests/python-native-libs/devenv.nix.
@YPares, have you run `devenv update` as well? Could you please post the error you're getting and instructions how to repro it? I did the following and it seems to...
Are you saying that devenv kept panicking at this point _after_ fixing the Nix daemon?
Will need to wait for hnix-store-core 0.8 and hnix-store-nar to be picked up by nixpkgs.
@domenkozar, merging this will lock us out of `nixpkgs-24.05`, unless we can also backport `hnix-store-core 0.8` and `hnix-store-nar`. Is that an issue?
Are you able to verify that substitution works without wrapping the command in `cachix watch-exec`? The following needs to be satisfied for substitution to work: 1. The cache has been...
I think we have a bug in our `direnvrc` where the paths are only picked up on the second reload. @ayoubedd, I imagine if you reload the shell one time...
@hhoechtl, you could try lowering the port limit for unprivileged processes: ``` sudo sysctl -w net.ipv4.ip_unprivileged_port_start=80 ```