aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
blob: c3ee35fc7700593841e20bd005ce18832951abe6 (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
  "nodes": {
    "flake-utils": {
      "locked": {
        "lastModified": 1659877975,
        "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
        "type": "github"
      },
      "original": {
        "id": "flake-utils",
        "type": "indirect"
      }
    },
    "flake-utils_2": {
      "locked": {
        "lastModified": 1659877975,
        "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
        "type": "github"
      },
      "original": {
        "id": "flake-utils",
        "type": "indirect"
      }
    },
    "flake-utils_3": {
      "locked": {
        "lastModified": 1653893745,
        "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
        "type": "github"
      },
      "original": {
        "id": "flake-utils",
        "type": "indirect"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1659868656,
        "narHash": "sha256-LINDS957FYzOb412t/Zha44LQqGniMpUIUz4Pi+fvSs=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "80fc83ad314fe701766ee66ac8286307d65b39e3",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "type": "indirect"
      }
    },
    "nixpkgs_2": {
      "locked": {
        "lastModified": 1654875595,
        "narHash": "sha256-Vairke3ryPSFpgQdaYicPPhPWMGhtzm6V+1uF2Tefbk=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "3f909fb574d9b9d7294e544981c62a4a5e4599fc",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "type": "indirect"
      }
    },
    "nixpkgs_3": {
      "locked": {
        "lastModified": 1637875414,
        "narHash": "sha256-Ica++SXFuLyxX9Q7YxhfZulUif6/gwM8AEQYlUxqSgE=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "3bea86e918d8b54aa49780505d2d4cd9261413be",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "ref": "nixos-21.05",
        "type": "indirect"
      }
    },
    "nixturris": {
      "inputs": {
        "flake-utils": "flake-utils_2",
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1659940026,
        "narHash": "sha256-b6DJbQ6s7fIWDJ4VtYruHmq8Nu9nF2yjQkcFnwSwFYc=",
        "ref": "refs/heads/master",
        "rev": "07896ee61dba47bc57c4c3b3b819033dc0324a1b",
        "revCount": 34,
        "type": "git",
        "url": "https://git.cynerd.cz/nixturris"
      },
      "original": {
        "type": "git",
        "url": "https://git.cynerd.cz/nixturris"
      }
    },
    "personal-secret": {
      "locked": {
        "lastModified": 1659901081,
        "narHash": "sha256-S81VB06BqQr4Wox8g1uWiGRyhPtNLahs5mSF3HslRWw=",
        "ref": "refs/heads/master",
        "rev": "3859c3d6b744726a23ae1c903c6ecd28ff2ffc35",
        "revCount": 28,
        "type": "git",
        "url": "ssh://git@cynerd.cz/nixos-personal-secret"
      },
      "original": {
        "type": "git",
        "url": "ssh://git@cynerd.cz/nixos-personal-secret"
      }
    },
    "root": {
      "inputs": {
        "flake-utils": "flake-utils",
        "nixpkgs": "nixpkgs",
        "nixturris": "nixturris",
        "personal-secret": "personal-secret",
        "shellrc": "shellrc",
        "sterm": "sterm"
      }
    },
    "shellrc": {
      "inputs": {
        "flake-utils": "flake-utils_3",
        "nixpkgs": "nixpkgs_2"
      },
      "locked": {
        "lastModified": 1658395568,
        "narHash": "sha256-tXH19mFYZ+6a2O6OUpyATwptmfnjfWdfTB5kpeFWd90=",
        "ref": "refs/heads/master",
        "rev": "a72880521555bff5a15f55bdd08fca9f3c414e9f",
        "revCount": 64,
        "type": "git",
        "url": "https://git.cynerd.cz/shellrc"
      },
      "original": {
        "type": "git",
        "url": "https://git.cynerd.cz/shellrc"
      }
    },
    "sterm": {
      "inputs": {
        "nixpkgs": "nixpkgs_3"
      },
      "locked": {
        "lastModified": 1654787204,
        "narHash": "sha256-SFzlL4FxwazJqzMPvLPT0IVWaYqV+NMdHxOEOawZ9Z8=",
        "owner": "wentasah",
        "repo": "sterm",
        "rev": "aec0022e09119ec4e0cf8ba85515cbde907384b6",
        "type": "github"
      },
      "original": {
        "owner": "wentasah",
        "repo": "sterm",
        "type": "github"
      }
    }
  },
  "root": "root",
  "version": 7
}