nixpkgs/pkgs
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
..
applications Merge pull request #84111 from Mic92/clipit 2020-04-02 18:03:45 +01:00
build-support Merge pull request #83894 from symphorien/unbreak-os-prober-test 2020-03-31 22:17:27 +02:00
common-updater
data lib.licenses: Add Unicode License Agreement for Data Files and Software 2020-04-01 13:43:41 +00:00
desktops mate.mate-common: 1.24.0 -> 1.24.1 2020-04-02 16:35:51 +00:00
development python3Packages.tbm-utils: 1.0.0 -> 2.5.0 2020-04-02 10:04:28 -07:00
games hyperrogue: 11.2d -> 11.3f 2020-04-02 16:33:58 +00:00
misc xp-pen-g430: init at 20190820 2020-04-02 14:51:43 +02:00
os-specific linux: 5.6.1 -> 5.6.2 2020-04-02 10:03:15 -04:00
servers Merge pull request #84112 from elseym/plex 2020-04-02 16:39:18 +00:00
shells nushell: 0.11.0 -> 0.12.0 2020-03-31 18:18:18 -05:00
stdenv stdenv/linux: remove powerpc64le bootstrap tools 2020-03-31 15:03:26 -04:00
test
tools packagekit: Don't depend on nix unless enableNixBackend = true 2020-04-02 19:32:21 +02:00
top-level nix-daemon.nix: Add option nix.registry 2020-04-02 19:38:00 +02:00