aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
blob: ca5caaddf89cb3cc7ac4b7149c1f687fb8752bf3 (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": 1653893745,
        "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
        "type": "github"
      },
      "original": {
        "id": "flake-utils",
        "type": "indirect"
      }
    },
    "flake-utils_2": {
      "locked": {
        "lastModified": 1652776076,
        "narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8",
        "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": 1655567057,
        "narHash": "sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "e0a42267f73ea52adc061a64650fddc59906fc99",
        "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": 1654937122,
        "narHash": "sha256-Ea68UmPWQPJEFY0eLb/G/KHPubTWKR1+fpnkExm4U2c=",
        "ref": "refs/heads/master",
        "rev": "a7e2c790b76faadb5f1dcf3745c240eaa24a037a",
        "revCount": 24,
        "type": "git",
        "url": "https://git.cynerd.cz/nixturris"
      },
      "original": {
        "type": "git",
        "url": "https://git.cynerd.cz/nixturris"
      }
    },
    "personal-secret": {
      "locked": {
        "lastModified": 1655473825,
        "narHash": "sha256-lG/h0oOCMToprLdm1hNB97rXGzIaoqqhWEEPXBexH64=",
        "ref": "refs/heads/master",
        "rev": "988d0672e12f63b4e8ac95cadcf00e5986c0e7e3",
        "revCount": 19,
        "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": 1655719624,
        "narHash": "sha256-4dplfh6dS8QzGS4JviJOKmyUX46Yi7LJFO06Bx/1XD4=",
        "ref": "refs/heads/master",
        "rev": "5076e819be1e4cdbd88abad7c6db313701cad461",
        "revCount": 59,
        "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
}