aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker.nix28
1 files changed, 14 insertions, 14 deletions
diff --git a/docker.nix b/docker.nix
index 40af2f38b..316d57a36 100644
--- a/docker.nix
+++ b/docker.nix
@@ -19,20 +19,20 @@ let
}.${crossSystem}
else pkgs;
- defaultPkgs = [
- targetPkgs.nix
- targetPkgs.bashInteractive
- targetPkgs.coreutils-full
- targetPkgs.gnutar
- targetPkgs.gzip
- targetPkgs.gnugrep
- targetPkgs.which
- targetPkgs.curl
- targetPkgs.less
- targetPkgs.wget
- targetPkgs.man
- targetPkgs.cacert.out
- targetPkgs.findutils
+ defaultPkgs = with targetPkgs; [
+ nix
+ bashInteractive
+ coreutils-full
+ gnutar
+ gzip
+ gnugrep
+ which
+ curl
+ less
+ wget
+ man
+ cacert.out
+ findutils
];
users = {