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

remove flake.nix #761

Merged
merged 2 commits into from
Nov 7, 2023
Merged

remove flake.nix #761

merged 2 commits into from
Nov 7, 2023

Commits on Nov 7, 2023

  1. remove flake.nix

    use niv for dependency management.
    
    this follows our own tutorials on writing packages and development
    shells, and we generally find it is easier to read and work with.
    
    Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
    fricklerhandwerk and alejandrosame committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1e2299c View commit details
    Browse the repository at this point in the history
  2. use "source" for niv source names

    this removes a difference to how Nix currently fetches flake references.
    
    using a constant is preferrable because renaming the source won't force
    downstream rebuilds of store objects cached from when flakes were used.
    
    upstream fix: nmattia/niv#379
    fricklerhandwerk committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5337248 View commit details
    Browse the repository at this point in the history