summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-04-20 22:06:17 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-04-21 09:02:40 +0200
commite81e2785c7687aac2415d9bdf2d1216b83401942 (patch)
treeae14acee6825e3eaf1dfd97645d11c52bcf12d84 /nixos/modules/profiles
parent9a0485f0b051988a1937bff5a9eb39a6fe845f55 (diff)
downloadnixlib-e81e2785c7687aac2415d9bdf2d1216b83401942.tar
nixlib-e81e2785c7687aac2415d9bdf2d1216b83401942.tar.gz
nixlib-e81e2785c7687aac2415d9bdf2d1216b83401942.tar.bz2
nixlib-e81e2785c7687aac2415d9bdf2d1216b83401942.tar.lz
nixlib-e81e2785c7687aac2415d9bdf2d1216b83401942.tar.xz
nixlib-e81e2785c7687aac2415d9bdf2d1216b83401942.tar.zst
nixlib-e81e2785c7687aac2415d9bdf2d1216b83401942.zip
xfsprogs: fix outputs and references
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 457642d82f71..5211b905002a 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -33,7 +33,7 @@
     # Tools to create / manipulate filesystems.
     pkgs.ntfsprogs # for resizing NTFS partitions
     pkgs.dosfstools
-    pkgs.xfsprogs
+    pkgs.xfsprogs.bin
     pkgs.jfsutils
     pkgs.f2fs-tools