Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: remove i686 support; simplify flake #229

Merged
merged 1 commit into from
Dec 23, 2023
Merged

dev: remove i686 support; simplify flake #229

merged 1 commit into from
Dec 23, 2023

Commits on Dec 20, 2023

  1. dev: remove i686 support; simplify flake

    Why
    ===
    * flake.nix had a lot of almost redundant lines in it.
    * i686 support is probably being dropped soon in nixpkgs
    NixOS/nixpkgs#266164
    
    What changed
    ==
    * Add new input nix-systems/default which represents the default
    systems typically used in the Nix community
    * Define and use an eachSystem function that simplifies the flake.nix file
    ryantm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    344f985 View commit details
    Browse the repository at this point in the history