nixpkgs/home/files/nix/registry.json
Daniel Siepmann a62943d0bb
Configure registry for customer projects
I created a private repository within `registries/customer-projects`.
This holds flakes.
The folder is registered as registry.

That allows to run the following from within a customer project:

    nix run cp\#reuter-phpstan

In order to execute the customer specific application from flake.
2022-02-11 10:03:01 +01:00

15 lines
244 B
JSON

{
"flakes": [
{
"from": {
"id": "cp",
"type": "indirect"
},
"to": {
"path": "/home/daniels/.config/nixpkgs/registries/customer-projects",
"type": "path"
}
}
],
"version": 2
}