Skip to content

Commit 3d79d8c

Browse files
committedMay 14, 2017
sd-image-*.nix: Drop minimal profile
It's annoying to not have manpages when installing.
1 parent 2ab474b commit 3d79d8c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎nixos/modules/installer/cd-dvd/sd-image-aarch64.nix

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ let
1010
in
1111
{
1212
imports = [
13-
../../profiles/minimal.nix
1413
../../profiles/installation-device.nix
1514
./sd-image.nix
1615
];

‎nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ let
1010
in
1111
{
1212
imports = [
13-
../../profiles/minimal.nix
1413
../../profiles/installation-device.nix
1514
./sd-image.nix
1615
];

‎nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ let
1010
in
1111
{
1212
imports = [
13-
../../profiles/minimal.nix
1413
../../profiles/installation-device.nix
1514
./sd-image.nix
1615
];

0 commit comments

Comments
 (0)
Please sign in to comment.