lix/src/libfetchers
Eelco Dolstra 77ffaea4fa Add a system-wide flake registry /etc/nix/registry.json
One application for this is pinning the 'nixpkgs' flake to the exact
revision used to build the NixOS system, e.g.

  {
      "flakes": [
          {
              "from": {
                  "id": "nixpkgs",
                  "type": "indirect"
              },
              "to": {
                  "owner": "NixOS",
                  "repo": "nixpkgs",
                  "type": "github",
                  "rev": "b0c285807d6a9f1b7562ec417c24fa1a30ecc31a"
              }
          }
      ],
      "version": 2
  }
2020-04-01 22:56:50 +02:00
..
attrs.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
attrs.hh Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
cache.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
cache.hh Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
fetchers.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
fetchers.hh Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
git.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
github.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
indirect.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
local.mk Remove global -I flags 2020-03-30 14:39:33 +02:00
mercurial.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
registry.cc Add a system-wide flake registry /etc/nix/registry.json 2020-04-01 22:56:50 +02:00
registry.hh Add a system-wide flake registry /etc/nix/registry.json 2020-04-01 22:56:50 +02:00
tarball.cc Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00
tree-info.hh Move fetchers from libstore to libfetchers 2020-03-30 14:04:53 +02:00