Naïm Camille Favier

Results 190 comments of Naïm Camille Favier

https://github.com/nix-community/home-manager/pull/2971 was merged, we have a flake.lock now.

> Do you know whether the GNU coreutil package is in the activation script's $PATH? If so, my previous comment can be ignored but a note should be left. [Yep](https://github.com/nix-community/home-manager/blob/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98/modules/home-environment.nix#L655)....

Making `/bin` a symlink does add two (non-canonical) paths to the filesystem: `/bin/env` and `/usr/bin/sh`. Those paths are called impure because their contents depend on the current *state* of the...

This doesn't seem inconsistent with making `update arg1 arg2` an alias for `lock --update-input arg1 --update-input arg2`.

Annoying bot; this is important.

The flag is set by Wingman in the snippet posted above and nowhere else. If I unset it by adding `-Wno-incomplete-patterns` to my project's options (either in `ghc-options` in a...

I'd like to either close or merge this.

This came up again: https://github.com/NixOS/nixos-search/issues/563

Can confirm this works fine. Not sure why we need all that code though, bash should be able to do the right thing with paths (`complete -o filenames`?)