Naïm Camille Favier

Results 190 comments of Naïm Camille Favier

> This is assuming the GHA workflow does indeed catch issues with the manual It does. I think we can go with 2, unless there's a need to do this...

This is important to me: the use case is being able to run `nixos-rebuild` offline after GC. Why is this incompatible with lazy fetching? Adding a GC root to a...

```nix collectFlakeInputs = input: [ input ] ++ concatMap collectFlakeInputs (builtins.attrValues (input.inputs or {})); ``` Then, in a module that uses `inputs.foo`: ```nix system.extraDependencies = collectFlakeInputs inputs.foo; ```

There's a PR at https://github.com/nix-community/home-manager/pull/2548, @Aleksanaa could you try that? Out of curiosity, why not mount your LUKS partition at boot? Does using pam_mount mean that you don't have to...

That makes sense. Yeah, I think we're still very much figuring these things out in NixOS, e.g. secure boot is [very recent work in progress](https://x86.lol/generic/2022/11/26/lanzaboote.html).

Yeah, add `inputs.home-manager.url = "github:pasqui23/home-manager/nixos-late-start";` to your flake.nix

If the completions are installed fine this sounds like an issue with zoxide rather than home-manager?

Nix 2.4 has its own completion script which [collides](https://github.com/NixOS/nixpkgs/pull/89479) with nix-bash-completions. Maybe it would be better to remove completion for the `nix` command altogether when the Nix version is at...

[Asked upstream](https://sourceware.org/pipermail/libc-stable/2022-November/001752.html)

Me neither. Please be careful when looking at the history for a file: unless a commit message explicitly starts with `oauth2_proxy` or `nixos/oauth2_proxy`, it is probably a treewide change that...