Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/flake-registry
base: 1c73a8e651f4
Choose a base ref
...
head repository: NixOS/flake-registry
compare: 958aa849ec2f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 6, 2020

  1. add nur to registry

    [NUR](https://github.com/nix-community/NUR) is a meta-repository of
    packages/NixOS modules/overlays/home-manager modules.
    We currently have 106 different repositories.
    At the moment we only expose packages via an overlay in our nix flake:
    
      https://github.com/nix-community/NUR/#flake-support
    
    Each user has its own namespace in NUR.
    Expressions are only reviewed coarse grained so users
    are advised to verify the used user repository directly.
    NUR performs evaluation updates against each repository before
    updating the reference in the repo NUR metadata.
    User repositories are imported via fetchzip with checksum
    so pure evaluation with flakes works.
    
    We also provide a package search here for discoverability:
    https://nur.nix-community.org/
    
    In future we might explore different approaches to expose NUR via flakes,
    however given that nix flakes will stay experimental for a while,
    this can take some time.
    Mic92 committed Jul 6, 2020
    Copy the full SHA
    e4837a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Merge pull request #2 from Mic92/nur

    add nur to registry
    edolstra committed Aug 17, 2020
    Copy the full SHA
    958aa84 View commit details
    Browse the repository at this point in the history