You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
general enhancement, using the flake.nix's nixConfig would scope the binary cache to the flake and doesn't require to enable it prior to adding the flake input
nixConfig does not propagate to NixOS. It is only useful when building packages or system configs from a flake .
That being said, people that don't use flakes still need to use nix.settings to set the substituters, as well as anyone building their config in any other way than using flakes (e.g. nix-build, nix repl).
It might be good to mention as a one-off change that will be reverted after hyprland is installed and the substituters set, but even then it might confuse new users.
people that don't use flakes still need to use nix.settings to set the substituters
That is true;
I was under the impression Hyprland only supported nixpkgs and flakes to be used in Nix/OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
general enhancement, using the
flake.nix'snixConfigwould scope the binary cache to the flake and doesn't require to enable it prior to adding the flake inputhyprwm/Hyprland#13519 would also make it automatic
References