summary refs log tree commit diff
path: root/flake.lock
blob: 057f084d22ad19ee0feab78d499080807c03321b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "nodes": {
    "flake-utils": {
      "locked": {
        "lastModified": 1610051610,
        "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1611078587,
        "narHash": "sha256-QdDs3Vrso0YHOzWQqLFd6cfYWLC2lwc/IgujUNaCgK0=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "f14a087dd842d14e082967f1cb48c247bba68591",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "type": "indirect"
      }
    },
    "nur": {
      "locked": {
        "lastModified": 1611073813,
        "narHash": "sha256-hV6+riOEK4cCVmRKO8uF3kPzGUKHEm6aKXAQ47hIjWo=",
        "owner": "nix-community",
        "repo": "NUR",
        "rev": "29120cf496abd0a996ad208caab271f89aa9d2b4",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "NUR",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "flake-utils": "flake-utils",
        "nixpkgs": "nixpkgs",
        "nur": "nur"
      }
    }
  },
  "root": "root",
  "version": 7
}