Jonas Chevalier

Results 1017 comments of Jonas Chevalier

No objection. If we need KMS support down the line, we can always switch back.

See also: https://github.com/DeterminateSystems/nix-installer-action/issues/50 https://github.com/nixbuild/nix-quick-install-action/issues/38

https://buildbot.nix-community.org/#/builders/1384/builds/162 ``` nixos-disk-image> Specify the 'raw' format explicitly to remove the restrictions. nixos-disk-image> EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path warning: killing stray builder process 1316157 ()... warning: killing...

We're not stuck; in the worst case, we can pay $90.-/year to upgrade the account. I removed one of the old aliases so there is room now. Just tell us...

Another way is to create a ./dev flake, we do this in a couple of projects. It allows hiding the dev dependencies from the user's flake.lock. You can find an...

There are a lot of different points but overall I'm open to changing the algorithms. The current approach is designed as a local maxima between speed, accuracy and code complexity...

Git has a [fsmonitor](https://github.blog/2022-06-29-improve-git-monorepo-performance-with-a-file-system-monitor/). That's a similar idea than what you mentioned. Before going there, there are some internal optimisations to do. On nixpkgs: ```console $ git ls-files | wc...

@Mic92 do you know if a new release will be cut soon?