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 273a860 commit a394449Copy full SHA for a394449
nix/packages/docker-ubuntu.nix
@@ -1,4 +1,9 @@
1
-{ runCommand, dockerTools, xz, buildEnv }:
+{
2
+ runCommand,
3
+ dockerTools,
4
+ xz,
5
+ buildEnv,
6
+}:
7
let
8
ubuntu-cloudimg =
9
0 commit comments