tomberek
tomberek
> Forgive me if I am wrong, but is it really necessary considering `env -S` option The original `nix-shell` shebang mechanism did not rely on that feature - i presume...
This has been in draft for too long. I'm going to accept for now that multiple `nix develop` installables is an independent problem and proceed. @Artturin your examples look like...
I'm running into this as well. My use-case is when running caddy behind another reverse-proxy for and the "localhost" of the caddy binding is being injected as the redirect_uri, rather...
Close? implemented in https://github.com/NixOS/nixops/pull/1247
Would Hercules be compatible with Hydra-style declarative jobsets?
Quick import/export. Not perfect, if you use a local "path:/" for nixpkgs it may not exist at the time of import. ``` export_profile(){ nix profile list | cut -d' '...
still an issue
This seems like a large task, the first step of which would be to improve the standardization and structured output of the existing implementation. After that there will be a...
Sometimes it is better to do: ``` nix-store --query --referrers /nix/store/k43kmk5gnd2k1bi2k94ps5rp0ajwrqp1-source | xargs nix-store --delete ``` as it is not a root, but a drv blocking deletion (nix.conf: keep-derivations?)
still interested