DavHau
DavHau
AFAIK both direnv and lorri support executing shellHooks. I think it's not a major security issue, since `direnv allow` protects you from executing untrusted code. Maybe @zimbatm has a better...
Could this be related to the fact that I'm using [nix-direnv](https://github.com/nix-community/nix-direnv)?
The log is very long. here the last lines: querying info about '/nix/store/mc62q7hhsasb7n25574j989xyrq1fris-python3.7-aiohttp-3.6.2' on 'https://cache.nixos.org'... downloading 'https://cache.nixos.org/mc62q7hhsasb7n25574j989xyrq1fris.narinfo'... querying info about '/nix/store/v23h06v49jrqbhswg2xvpdzdwdqmjhrk-python3.7-async-timeout-3.0.1' on 'https://cache.nixos.org'... downloading 'https://cache.nixos.org/v23h06v49jrqbhswg2xvpdzdwdqmjhrk.narinfo'... querying info about '/nix/store/scz988asazi9cfl0cwszzv7gh3fj2ri5-python3.7-typing_extensions-3.7.4.3' on...
Maybe the state got corrupted. Does deleting the NP_LOCATION directory fix it?
Theoretically yes, but I am not sure if flakes is ready or even intended to handle such an extreme amount of dependencies. I think some flake operations require all dependencies...
> @DavHau what is your opinion on this, since you already maintain https://github.com/DavHau/nix-portable I am missing a bit of a usecase for nix-user-chroot, which is why it does not has...
I opened a PR for nixpkgs: https://github.com/NixOS/nixpkgs/pull/97335 Maybe you could check if it is done the right way. With this change, the base image can be referenced via: `(import "${pkgs.path}/nixos/release.nix"...
Hey I'm not sure which privileges you have on this system. It's always good to enable the `sandbox` option in you nix config. This requires userspaces to work. I think...
BTW, you don't need to install cachix. Just manipulate the config fields `extra-substituters` and `trusted-public-keys` like mentioned in the readme of this project. That is basically the same as the...
Oh I didn't even know about binary-caches and binary-cache-public-keys. That is probably the better way to do it ;) BTW, I can recommend you to join the IRC channel #nixos-aarch64...