Skip to content

Commit 7a3a06c

Browse files
committed
Not building containers yet
1 parent 6a9d316 commit 7a3a06c

File tree

2 files changed

+2
-80
lines changed

2 files changed

+2
-80
lines changed

devenv.lock

Lines changed: 2 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,6 @@
7171
"inputs": {
7272
"systems": "systems_2"
7373
},
74-
"locked": {
75-
"lastModified": 1710146030,
76-
"owner": "numtide",
77-
"repo": "flake-utils",
78-
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
79-
"treeHash": "bd263f021e345cb4a39d80c126ab650bebc3c10c",
80-
"type": "github"
81-
},
82-
"original": {
83-
"owner": "numtide",
84-
"repo": "flake-utils",
85-
"type": "github"
86-
}
87-
},
88-
"flake-utils_3": {
89-
"inputs": {
90-
"systems": "systems_3"
91-
},
9274
"locked": {
9375
"lastModified": 1710146030,
9476
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
@@ -124,42 +106,6 @@
124106
"type": "github"
125107
}
126108
},
127-
"mk-shell-bin": {
128-
"locked": {
129-
"lastModified": 1677004959,
130-
"owner": "rrbutani",
131-
"repo": "nix-mk-shell-bin",
132-
"rev": "ff5d8bd4d68a347be5042e2f16caee391cd75887",
133-
"treeHash": "496327dabdc787353a29987f492dd4939151baad",
134-
"type": "github"
135-
},
136-
"original": {
137-
"owner": "rrbutani",
138-
"repo": "nix-mk-shell-bin",
139-
"type": "github"
140-
}
141-
},
142-
"nix2container": {
143-
"inputs": {
144-
"flake-utils": "flake-utils",
145-
"nixpkgs": [
146-
"nixpkgs"
147-
]
148-
},
149-
"locked": {
150-
"lastModified": 1724996935,
151-
"owner": "nlewo",
152-
"repo": "nix2container",
153-
"rev": "fa6bb0a1159f55d071ba99331355955ae30b3401",
154-
"treeHash": "a934d246fadcf8b36d28f3577fad413f5ab3f7d3",
155-
"type": "github"
156-
},
157-
"original": {
158-
"owner": "nlewo",
159-
"repo": "nix2container",
160-
"type": "github"
161-
}
162-
},
163109
"nixpkgs": {
164110
"locked": {
165111
"lastModified": 1725001927,
@@ -179,7 +125,7 @@
179125
"nixpkgs-ruby": {
180126
"inputs": {
181127
"flake-compat": "flake-compat",
182-
"flake-utils": "flake-utils_2",
128+
"flake-utils": "flake-utils",
183129
"nixpkgs": "nixpkgs_2"
184130
},
185131
"locked": {
@@ -231,7 +177,7 @@
231177
"pre-commit-hooks": {
232178
"inputs": {
233179
"flake-compat": "flake-compat_2",
234-
"flake-utils": "flake-utils_3",
180+
"flake-utils": "flake-utils_2",
235181
"gitignore": "gitignore",
236182
"nixpkgs": [
237183
"nixpkgs"
@@ -255,8 +201,6 @@
255201
"root": {
256202
"inputs": {
257203
"devenv": "devenv",
258-
"mk-shell-bin": "mk-shell-bin",
259-
"nix2container": "nix2container",
260204
"nixpkgs": "nixpkgs",
261205
"nixpkgs-ruby": "nixpkgs-ruby",
262206
"pre-commit-hooks": "pre-commit-hooks"
@@ -278,21 +222,6 @@
278222
}
279223
},
280224
"systems_2": {
281-
"locked": {
282-
"lastModified": 1681028828,
283-
"owner": "nix-systems",
284-
"repo": "default",
285-
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
286-
"treeHash": "cce81f2a0f0743b2eb61bc2eb6c7adbe2f2c6beb",
287-
"type": "github"
288-
},
289-
"original": {
290-
"owner": "nix-systems",
291-
"repo": "default",
292-
"type": "github"
293-
}
294-
},
295-
"systems_3": {
296225
"locked": {
297226
"lastModified": 1681028828,
298227
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",

devenv.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
allowUnfree: true
22
inputs:
3-
nix2container:
4-
url: github:nlewo/nix2container
5-
inputs:
6-
nixpkgs:
7-
follows: nixpkgs
8-
mk-shell-bin:
9-
url: github:rrbutani/nix-mk-shell-bin
103
nixpkgs:
114
url: github:NixOS/nixpkgs/nixos-24.05
125
nixpkgs-ruby:

0 commit comments

Comments
 (0)