aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
blob: 6e390429d9d02a06b0b80c007813469e8d485eeb (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
175
176
177
178
179
180
181
182
183
184
{
  "nodes": {
    "better-text-objs": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1674354525,
        "narHash": "sha256-C0Fc7I2S1MGNGKgvGkMzzEyVF3WkRHlj8i+PF0o9tYI=",
        "ref": "refs/heads/master",
        "rev": "697b2c8f2415832bae7520a1d802e080363aa84b",
        "revCount": 5,
        "type": "git",
        "url": "https://git.peppe.rs/vim/better-text-objs"
      },
      "original": {
        "type": "git",
        "url": "https://git.peppe.rs/vim/better-text-objs"
      }
    },
    "home-manager": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1701433070,
        "narHash": "sha256-Gf9JStfENaUQ7YWFz3V7x/srIwr4nlnVteqaAxtwpgM=",
        "owner": "nix-community",
        "repo": "home-manager",
        "rev": "4a8545f5e737a6338814a4676dc8e18c7f43fc57",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "home-manager",
        "type": "github"
      }
    },
    "nix-github-actions": {
      "inputs": {
        "nixpkgs": [
          "talon",
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1693660503,
        "narHash": "sha256-B/g2V4v6gjirFmy+I5mwB2bCYc0l3j5scVfwgl6WOl8=",
        "owner": "nix-community",
        "repo": "nix-github-actions",
        "rev": "bd5bdbb52350e145c526108f4ef192eb8e554fa0",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "nix-github-actions",
        "type": "github"
      }
    },
    "nixos-hardware": {
      "locked": {
        "lastModified": 1662714967,
        "narHash": "sha256-IOTq5tAGGmBFj7tQbkcyLE261JUeTUucEE3p0WLZ4qM=",
        "owner": "nixos",
        "repo": "nixos-hardware",
        "rev": "1fec8fda86dac5701146c77d5f8a414b14ed1ff6",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "repo": "nixos-hardware",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1701141680,
        "narHash": "sha256-qaPcwKI0RR6mxfn4sMrHEjjDl6VCEPUTRZhN+OFB6zg=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "4469e22700c47792f93daa882786d36f9bf8bc2a",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixpkgs-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs_2": {
      "locked": {
        "lastModified": 1698318101,
        "narHash": "sha256-gUihHt3yPD7bVqg+k/UVHgngyaJ3DMEBchbymBMvK1E=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "63678e9f3d3afecfeafa0acead6239cdb447574c",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "prompt": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1701510523,
        "narHash": "sha256-uf0JCa+PP/aM77icihT79hew1/TTcMJV6AoIfmuLABM=",
        "ref": "refs/heads/master",
        "rev": "9450828084f42d3f1eb261c00820cfd2bf8b819b",
        "revCount": 7,
        "type": "git",
        "url": "https://git.peppe.rs/cli/prompt"
      },
      "original": {
        "type": "git",
        "url": "https://git.peppe.rs/cli/prompt"
      }
    },
    "root": {
      "inputs": {
        "better-text-objs": "better-text-objs",
        "home-manager": "home-manager",
        "nixos-hardware": "nixos-hardware",
        "nixpkgs": "nixpkgs",
        "prompt": "prompt",
        "talon": "talon",
        "vim-colors-plain": "vim-colors-plain"
      }
    },
    "talon": {
      "inputs": {
        "nix-github-actions": "nix-github-actions",
        "nixpkgs": "nixpkgs_2"
      },
      "locked": {
        "lastModified": 1701208467,
        "narHash": "sha256-1xt+pieI5N1muLQ3NVuar9yl/YpkWX4/2+LPdhPC31Y=",
        "owner": "nix-community",
        "repo": "talon-nix",
        "rev": "75a4a73b457ccbb44229dc9a5ec97c2ca46da065",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "talon-nix",
        "type": "github"
      }
    },
    "vim-colors-plain": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1702647482,
        "narHash": "sha256-HLDqIfRjzb3YAdpjBW7iN2YCWWxSkTgu+MzKV5+H/WQ=",
        "ref": "refs/heads/master",
        "rev": "bfa854ec04e0dab4c69911595d0653a34f626f1d",
        "revCount": 58,
        "type": "git",
        "url": "https://git.peppe.rs/vim/vim-colors-plain"
      },
      "original": {
        "type": "git",
        "url": "https://git.peppe.rs/vim/vim-colors-plain"
      }
    }
  },
  "root": "root",
  "version": 7
}