summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-aarch64.nix
diff options
context:
space:
mode:
authorDavid Arnold <dar@xoe.solutions>2021-01-27 22:00:45 -0500
committerDavid Arnold <dar@xoe.solutions>2021-02-19 19:00:19 -0500
commit3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1 (patch)
tree9494a619ded3c98c6076823dbc8d0a4b68b44f90 /nixos/modules/installer/sd-card/sd-image-aarch64.nix
parent3323b0ff0d669bb8b8c0551946a3ecb5f834e913 (diff)
downloadnixpkgs-3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1.tar
nixpkgs-3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1.tar.gz
nixpkgs-3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1.tar.bz2
nixpkgs-3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1.tar.lz
nixpkgs-3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1.tar.xz
nixpkgs-3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1.tar.zst
nixpkgs-3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1.zip
installer: split sd-card into installer & base for bespoke image
Diffstat (limited to 'nixos/modules/installer/sd-card/sd-image-aarch64.nix')
-rw-r--r--nixos/modules/installer/sd-card/sd-image-aarch64.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/installer/sd-card/sd-image-aarch64.nix b/nixos/modules/installer/sd-card/sd-image-aarch64.nix
index e4ec2d6240d..ea696cbbc71 100644
--- a/nixos/modules/installer/sd-card/sd-image-aarch64.nix
+++ b/nixos/modules/installer/sd-card/sd-image-aarch64.nix
@@ -5,7 +5,6 @@
 {
   imports = [
     ../../profiles/base.nix
-    ../../profiles/installation-device.nix
     ./sd-image.nix
   ];