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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c5a708b9db81
Choose a base ref
...
head repository: NixOS/flake-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a31c0bdc8ee
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 20, 2020

  1. Use flake: URLs

    edolstra committed Jan 20, 2020
    Copy the full SHA
    1a31c0b View commit details
Showing with 8 additions and 8 deletions.
  1. +8 −8 flake-registry.json
16 changes: 8 additions & 8 deletions flake-registry.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"flakes": {
"blender-bin": {
"flake:blender-bin": {
"uri": "github:edolstra/nix-warez?dir=blender"
},
"dwarffs": {
"flake:dwarffs": {
"uri": "github:edolstra/dwarffs"
},
"hydra": {
"flake:hydra": {
"uri": "github:NixOS/hydra/flake"
},
"nix": {
"flake:nix": {
"uri": "github:NixOS/nix/flakes"
},
"nixops": {
"flake:nixops": {
"uri": "github:NixOS/nixops/flake-support"
},
"nixos-homepage": {
"flake:nixos-homepage": {
"uri": "github:NixOS/nixos-homepage/flake"
},
"nixpkgs": {
"flake:nixpkgs": {
"uri": "github:edolstra/nixpkgs"
},
"patchelf": {
"flake:patchelf": {
"uri": "github:NixOS/patchelf"
}
},