aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
blob: cab6dfa8c21ed53ef84083f5574f54e20a074535 (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": 1656928814,
        "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
        "type": "github"
      },
      "original": {
        "id": "flake-utils",
        "type": "indirect"
      }
    },
    "flake-utils_2": {
      "locked": {
        "lastModified": 1656928814,
        "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
        "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": 1658283251,
        "narHash": "sha256-tZOMOv0BJlF6quOD7JyUtpIaTxrsrUuBEcy2Is2xkHg=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "2e5b0b553ab52b963052a3ed76c166fd74eabbfd",
        "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": 1658243298,
        "narHash": "sha256-AeeaAx+7p+HoWShN6nmso8+7T2sglEVJeinu6NP6EMQ=",
        "ref": "refs/heads/master",
        "rev": "aea7e04bda37da24c660ff5ab220182dfbb8244f",
        "revCount": 32,
        "type": "git",
        "url": "https://git.cynerd.cz/nixturris"
      },
      "original": {
        "type": "git",
        "url": "https://git.cynerd.cz/nixturris"
      }
    },
    "personal-secret": {
      "locked": {
        "lastModified": 1658301734,
        "narHash": "sha256-lMjE6i/rM/ee1xOkkLxqYzlSqS9FXEu5HdhXi/Fxtyk=",
        "ref": "refs/heads/master",
        "rev": "9517244ffa46efa3be21bd4e099bce054c692047",
        "revCount": 26,
        "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": 1656923581,
        "narHash": "sha256-CNkWVTwf3w2LJZ8oEbr3Lhxp1MGCseX9iCkUttINysM=",
        "ref": "refs/heads/master",
        "rev": "507a257bd586bf29364893bb6f62865e1bffbae0",
        "revCount": 63,
        "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
}