summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-11-16 19:42:28 +0200
committerArtturin <Artturin@artturin.com>2021-11-17 00:26:31 +0200
commit3f339f3cf44d090e2cc624f89df81fdb29810a0a (patch)
tree3331391f277aab40ae438073aa73ce143361c88c /nixos/modules/profiles/base.nix
parentc9e8bf891414c807dba5e6da9e0f7144b47bcbca (diff)
downloadnixpkgs-3f339f3cf44d090e2cc624f89df81fdb29810a0a.tar
nixpkgs-3f339f3cf44d090e2cc624f89df81fdb29810a0a.tar.gz
nixpkgs-3f339f3cf44d090e2cc624f89df81fdb29810a0a.tar.bz2
nixpkgs-3f339f3cf44d090e2cc624f89df81fdb29810a0a.tar.lz
nixpkgs-3f339f3cf44d090e2cc624f89df81fdb29810a0a.tar.xz
nixpkgs-3f339f3cf44d090e2cc624f89df81fdb29810a0a.tar.zst
nixpkgs-3f339f3cf44d090e2cc624f89df81fdb29810a0a.zip
profiles/base: add mtools
Diffstat (limited to 'nixos/modules/profiles/base.nix')
-rw-r--r--nixos/modules/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 3b67d628f9f..33dd80d7c5a 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -40,6 +40,7 @@
     # Tools to create / manipulate filesystems.
     pkgs.ntfsprogs # for resizing NTFS partitions
     pkgs.dosfstools
+    pkgs.mtools
     pkgs.xfsprogs.bin
     pkgs.jfsutils
     pkgs.f2fs-tools