aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
blob: 8d3989b16bfbf83ba358a06616340574de8c89df (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "nodes": {
    "gomod2nix": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ],
        "utils": [
          "utils"
        ]
      },
      "locked": {
        "lastModified": 1662501203,
        "narHash": "sha256-4BKeqCX2zwgBiTdlc2DjGQ0CttKm0vSw0r/bdFdM/PQ=",
        "owner": "nix-community",
        "repo": "gomod2nix",
        "rev": "89cd0675b96775aa3ee86e7c0cf5bc238dd27976",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "gomod2nix",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1669411043,
        "narHash": "sha256-LfPd3+EY+jaIHTRIEOUtHXuanxm59YKgUacmSzaqMLc=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "5dc7114b7b256d217fe7752f1614be2514e61bb8",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "ref": "nixos-unstable",
        "type": "indirect"
      }
    },
    "root": {
      "inputs": {
        "gomod2nix": "gomod2nix",
        "nixpkgs": "nixpkgs",
        "rust-overlay": "rust-overlay",
        "utils": "utils"
      }
    },
    "rust-overlay": {
      "inputs": {
        "flake-utils": [
          "utils"
        ],
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1669516540,
        "narHash": "sha256-KzAKsPr6s77I2/0wWJ2tSY7Ca5Av/bqfw3aUv8lbuH4=",
        "owner": "oxalica",
        "repo": "rust-overlay",
        "rev": "d99b1e8e21de25b97cbadb413d3510cec0ba5bc5",
        "type": "github"
      },
      "original": {
        "owner": "oxalica",
        "repo": "rust-overlay",
        "type": "github"
      }
    },
    "utils": {
      "locked": {
        "lastModified": 1667395993,
        "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    }
  },
  "root": "root",
  "version": 7
}