Jonas Chevalier
Jonas Chevalier
This is bash tracking the sub-processes.
I think the issue is that these processes try to spawn an agent in the background, but don't do the double-fork-exec trick so the agent gets re-parented on PID 1....
Given the context, I assume that @ckauhaus is no longer active. If anybody is interested, I opened a new issue to nominate yourself as a maintainer.
Sounds good! The flake usage is like this: ```nix { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11"; nix-filter.url = "github:numtide/nix-filter"; }; outputs = { self, nixpkgs, nix-filter }: let pkgs =...
What about it ?
I forgot; the main use-case for apps is for packages that output multiple binaries. For example `mkApp { drv = coreutils; name = "ls"; }`. So I propose to just...
ok, that seems ready to me. have a look and tell me what you think.
Hi, direnv author here. Nice work with zsh-autoenv. I also like what you did with displaying the unallowed file directly in the shell and might steal that idea :)
The best would be to start with the workflows, and then see how to change devshell/direnv so that all of the use cases are fulfilled. Some that I have in...
It's a bit confusing but the container image are shipping the Nix binary. This is only the language and package manager of the full NixOS distribution.