Skip to content

Commit a57bec3

Browse files
authored
chore(nix): Remove image tools (#1246)
`bake` is now replaced by `boil` since #1124
1 parent bd92564 commit a57bec3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

shell.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@
44
pkgs ? import nixpkgs { },
55
}:
66

7-
let
8-
bake = pkgs.callPackage (sources.image-tools + "/image-tools.nix") { };
9-
in
107
pkgs.mkShell {
11-
packages = [
12-
bake
13-
pkgs.nodejs_20
14-
];
15-
168
buildInputs = [
179
# Required by patchable
1810
pkgs.openssl
@@ -22,5 +14,4 @@ pkgs.mkShell {
2214
# Required for libraries to be discoverable
2315
pkgs.pkg-config
2416
];
25-
2617
}

0 commit comments

Comments
 (0)