mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
18 lines
252 B
JSON
18 lines
252 B
JSON
|
{
|
||
|
"flakes": [
|
||
|
{
|
||
|
"exact": true,
|
||
|
"from": {
|
||
|
"id": "nixpkgs",
|
||
|
"type": "indirect"
|
||
|
},
|
||
|
"to": {
|
||
|
"owner": "my-org",
|
||
|
"repo": "my-nixpkgs",
|
||
|
"type": "github"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"version": 2
|
||
|
}
|