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
2018-11-29 20:27:45 -06:00
2019-06-12 00:15:10 +02: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-08-26 21:40:19 +00:00
2019-10-12 22:25:28 +02:00
2019-07-07 12:23:01 +01: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-03-20 00:02:45 +01:00
2019-08-18 13:44:26 +02:00
2019-10-12 22:25:28 +02:00
2019-04-23 20:19:33 -07:00
2018-04-10 21:19:13 +03:00
2019-08-26 21:40:19 +00:00
2019-03-20 00:02:45 +01:00
2019-08-26 21:40:19 +00:00
2018-05-16 16:54:12 +02:00
2019-07-16 23:12:16 +01:00
2019-02-06 22:35:58 -05:00