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
..
2020-01-06 10:39:18 -05:00
2019-10-12 22:25:28 +02:00
2020-03-10 22:45:33 +01:00
2020-01-06 10:39:18 -05:00
2020-03-11 22:29:30 +01:00
2019-11-22 09:27:32 +00:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2019-08-31 18:19:00 +02:00
2020-01-06 10:39:18 -05:00
2020-03-05 09:08:40 +01:00
2019-10-12 22:25:28 +02:00
2019-09-09 23:28:10 +02:00
2019-10-12 22:25:28 +02:00
2020-01-06 10:39:18 -05:00
2019-12-25 10:33:50 -05:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-01-30 17:16:49 +02:00
2019-08-31 18:19:00 +02:00
2020-01-12 12:51:01 +01:00
2020-01-06 10:39:18 -05:00
2019-09-06 16:54:22 +02:00
2019-10-12 22:25:28 +02:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-02-28 15:32:03 +00:00
2019-10-12 22:25:28 +02:00
2019-10-20 21:20:53 +02:00
2019-08-31 18:19:00 +02:00
2019-12-10 19:53:43 +03:00
2020-03-16 10:39:42 +01:00
2020-03-16 10:39:42 +01:00
2020-01-06 10:39:18 -05:00
2019-09-01 19:06:38 +02:00
2020-04-02 19:38:00 +02:00
2019-12-10 02:51:19 +01:00
2020-01-06 10:39:18 -05:00
2019-10-12 22:25:28 +02:00
2020-01-13 02:01:23 +00:00
2020-02-25 01:32:31 +01:00
2019-12-10 02:51:19 +01:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-01-06 10:39:18 -05:00
2020-03-12 21:00:12 -04:00
2019-09-01 19:06:38 +02:00
2019-12-10 02:51:19 +01:00
2020-01-06 10:39:18 -05:00
2020-03-07 12:59:39 -05:00
2020-01-06 10:39:18 -05:00