Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/StevenBlack/hosts. Pull mirroring updated .
  1. Sep 08, 2023
  2. Sep 07, 2023
  3. Sep 06, 2023
  4. Sep 05, 2023
  5. Sep 03, 2023
  6. Aug 29, 2023
    • Steven Black's avatar
      Merge pull request #2425 from toastal/rm-flake-utils · 85cc9dff
      Steven Black authored
      flake: rm `numtide/flake-utils` dependency
    • toastal's avatar
      flake: rm flake-utils dependency · 34ba3638
      toastal authored
      Pulling in an entire dependency to call a for-loop is wasteful & largely
      useless.
      
      When user adds this module to their config, flake-utils & all of its
      subdependencies will be pulled into the user’s flake.lock file. This
      for-loop was only being used for the developer shell to which a lot of
      folks probably aren’t doing active developments in this project as the
      module itself doesn’t require it. Potentially damagingly is that this
      project lacks its own flake.lock so the latest flake-utils will always
      be downloaded regardless of if it that version is compatible or not.
      Additionally, flake-utils’ default system list doesn’t include
      i686-linux which upstream Python3 in Nixpkgs does.
      
      The alternative solution to these problems is to remove the dependency
      & just write a for-loop in this project. This solution could be more or
      less robust, but it is an extensible version of that loop that could
      handle overlays or config changes if needed in the future.
      34ba3638
  7. Aug 28, 2023
  8. Aug 27, 2023
  9. Aug 26, 2023
  10. Aug 22, 2023
  11. Aug 21, 2023
  12. Aug 17, 2023
  13. Aug 16, 2023
  14. Aug 14, 2023
Loading