Eelco Dolstra 74e7ef35fe nix-daemon.nix: Add option nix.registry
This allows you to specify the system-wide flake registry. One use is
to pin 'nixpkgs' to the Nixpkgs version used to build the system:

  nix.registry.nixpkgs.flake = nixpkgs;

where 'nixpkgs' is a flake input. This ensures that commands like

  $ nix run nixpkgs#hello

pull in a minimum of additional store paths.

You can also use this to redirect flakes, e.g.

  nix.registry.nixpkgs.to = {
    type = "github";
    owner = "my-org";
    repo = "my-nixpkgs";
  };
2020-04-02 19:38:00 +02:00
..
2019-10-12 22:25:28 +02:00
2020-03-10 22:45:33 +01:00
2019-10-12 22:25:28 +02:00
2019-12-25 10:33:50 -05:00
2020-01-30 17:16:49 +02:00
2020-01-12 12:51:01 +01:00
2019-10-12 22:25:28 +02:00
2019-10-12 22:25:28 +02:00
2019-10-20 21:20:53 +02:00
2019-12-10 19:53:43 +03:00
2019-10-12 22:25:28 +02:00