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: 803380adeca8
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: 38e5feafb8e4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 4, 2020

  1. Add templates flake

    edolstra committed Jun 4, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    7146548 View commit details
  2. Reformat

    edolstra committed Jun 4, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    38e5fea View commit details
Showing with 131 additions and 120 deletions.
  1. +131 −120 flake-registry.json
251 changes: 131 additions & 120 deletions flake-registry.json
Original file line number Diff line number Diff line change
@@ -1,122 +1,133 @@
{
"flakes": [
{
"from": {
"id": "blender-bin",
"type": "indirect"
},
"to": {
"owner": "edolstra",
"repo": "nix-warez",
"type": "github",
"dir": "blender"
}
},
{
"from": {
"id": "dwarffs",
"type": "indirect"
},
"to": {
"owner": "edolstra",
"repo": "dwarffs",
"type": "github"
}
},
{
"from": {
"id": "hydra",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"repo": "hydra",
"type": "github"
}
},
{
"from": {
"id": "nimble",
"type": "indirect"
},
"to": {
"owner": "nix-community",
"repo": "flake-nimble",
"type": "github"
}
},
{
"from": {
"id": "nix",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"ref": "flakes",
"repo": "nix",
"type": "github"
}
},
{
"from": {
"id": "nixops",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"ref": "flake-support",
"repo": "nixops",
"type": "github"
}
},
{
"from": {
"id": "nixos-homepage",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"ref": "flake",
"repo": "nixos-homepage",
"type": "github"
}
},
{
"_comment": "Remove this soon (20200210)",
"from": {
"id": "nixpkgs",
"type": "indirect",
"ref": "release-19.09"
},
"to": {
"owner": "edolstra",
"repo": "nixpkgs",
"type": "github",
"ref": "release-19.09"
}
},
{
"from": {
"id": "nixpkgs",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
{
"from": {
"id": "patchelf",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"repo": "patchelf",
"type": "github"
}
}
],
"version": 2
"flakes": [
{
"from": {
"id": "blender-bin",
"type": "indirect"
},
"to": {
"dir": "blender",
"owner": "edolstra",
"repo": "nix-warez",
"type": "github"
}
},
{
"from": {
"id": "dwarffs",
"type": "indirect"
},
"to": {
"owner": "edolstra",
"repo": "dwarffs",
"type": "github"
}
},
{
"from": {
"id": "hydra",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"repo": "hydra",
"type": "github"
}
},
{
"from": {
"id": "nimble",
"type": "indirect"
},
"to": {
"owner": "nix-community",
"repo": "flake-nimble",
"type": "github"
}
},
{
"from": {
"id": "nix",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"ref": "flakes",
"repo": "nix",
"type": "github"
}
},
{
"from": {
"id": "nixops",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"ref": "flake-support",
"repo": "nixops",
"type": "github"
}
},
{
"from": {
"id": "nixos-homepage",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"ref": "flake",
"repo": "nixos-homepage",
"type": "github"
}
},
{
"_comment": "Remove this soon (20200210)",
"from": {
"id": "nixpkgs",
"ref": "release-19.09",
"type": "indirect"
},
"to": {
"owner": "edolstra",
"ref": "release-19.09",
"repo": "nixpkgs",
"type": "github"
}
},
{
"from": {
"id": "nixpkgs",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
{
"from": {
"id": "templates",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"repo": "templates",
"type": "github"
}
},
{
"from": {
"id": "patchelf",
"type": "indirect"
},
"to": {
"owner": "NixOS",
"repo": "patchelf",
"type": "github"
}
}
],
"version": 2
}