aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/nix/registry.json
blob: 387ea7aed3ee39d3a20bbeb41b281545ef83c324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "version": 2,
  "flakes": [
    {
      "from": {
        "type": "indirect",
        "id": "nixpkgs"
      },
      "to": {
        "type": "github",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "ref": "nixos-unstable"
      }
    }
  ]
}