Sandro

Results 891 comments of Sandro

> The deadnix workflow can't pass. It is configured to expect the source branch and the target branch in the same repo (this repo), but the branch is in my...

Please rebase and fixup the history.

This would also allow us to use assertions instead of throws and collect all errors at once and not one after the other.

When building I always receive this error and I couldn't figure out why ``` ➜ nix build .#mastodon --builders "" these 3 derivations will be built: /nix/store/2wl96f84nac778b1ky53g9qg8035zjcw-yarn-deps.drv /nix/store/x70arblcmxr05vp6sx3bm9nldx3nyz6m-mastodon-modules-4.3.0.drv /nix/store/ajxm6x5n4j9r7jmqsvzasiw3inyl1f1b-mastodon-4.3.0.drv resolved...

Generally we normalize package names to replace capital letters by lower cased ones and special characters with dashes. You can find packages via the search https://search.nixos.org/packages?channel=unstable&query=lsb_release

Should we add an option to ignore the cache for one command and update the result? This would be useful if you choose a wrong result for a command.

> If you do less than one change per year, the pull request review workflow should also work well. Especially with the recent treewide changes please at least get an...

I want to throw the following snippet from [nixos-modules](https://github.com/NuschtOS/nixos-modules/blob/main/modules/intel.nix) into the ring, too. ```nix hardware.opengl = { extraPackages = with pkgs; [ intel-compute-runtime # OpenCL library for iGPU # video...

@MichaelMorrisEst can you integrate the feedback? I want to remove this patch from my nix files 🙈