We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd92564 commit a57bec3Copy full SHA for a57bec3
1 file changed
shell.nix
@@ -4,15 +4,7 @@
4
pkgs ? import nixpkgs { },
5
}:
6
7
-let
8
- bake = pkgs.callPackage (sources.image-tools + "/image-tools.nix") { };
9
-in
10
pkgs.mkShell {
11
- packages = [
12
- bake
13
- pkgs.nodejs_20
14
- ];
15
-
16
buildInputs = [
17
# Required by patchable
18
pkgs.openssl
@@ -22,5 +14,4 @@ pkgs.mkShell {
22
# Required for libraries to be discoverable
23
pkgs.pkg-config
24
];
25
26
}
0 commit comments