Jean-François Roche

Results 30 comments of Jean-François Roche

Maybe https://github.com/NixOS/nix/pull/12884 is good enough ?

Should I create new `ActivityType` ?

> Triaged in the Nix team meeting 2023-03-23: > > @jfroche we're not sure about the exact purpose and use case of logging these activities. Could you please elaborate in...

I have just realized that we end with a broken /etc/passwd (as we don't have /run/current-system [yet?]): ``` root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash nobody:x:65534:65534:Unprivileged account (don't use!):/var/empty:/run/current-system/sw/bin/nologin ```

Does it also fails if you pass the `accept-flake-config` nix option with: `system-manager switch --nix-option accept-flake-config true --flake ...` ?

It seem we continue to exclude bare worktrees in find_repos: https://github.com/jrmoulton/tmux-sessionizer/pull/166/files#diff-6eeafb75f00cdcc59116813c491a1800b596b6eb4d70e85bd145df2e8838f7a3L293-R313 My layout might be different than what this change expect: ``` tmux-sessionizer-clone/ ├── .git (file with gitdir pointing to...

We are also hit by this change. Postgresql is another userland service doing [such permission checks on its secret key file](https://github.com/postgres/postgres/blob/e03349144b00b775523f3e0ea8ef56ec2fb44b11/src/interfaces/libpq/fe-secure-openssl.c#L1365-L1397). If reverting is not an option, would it be...

> there are three instances of `initdb` herein, the first with all the options and the 2nd two with no options. and there's two copies of pg_upgrade. would it make...

Also we have pre-commit hook in the dev shell. So if you start the dev shell using `nix develop`, pre-commit hook will be register and triggered when you commit/push but...