summary refs log tree commit diff
path: root/nixos/modules/system/activation/activatable-system.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-06-28 12:48:15 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-06-28 12:48:59 +0200
commit7891c8cdafff3bb59476e48136964dcfe933d7df (patch)
treef2b67d105f478e274ebb645914f2313801aede0f /nixos/modules/system/activation/activatable-system.nix
parent990b72f6af560fd43884338f2d442230d4c18137 (diff)
downloadnixpkgs-7891c8cdafff3bb59476e48136964dcfe933d7df.tar
nixpkgs-7891c8cdafff3bb59476e48136964dcfe933d7df.tar.gz
nixpkgs-7891c8cdafff3bb59476e48136964dcfe933d7df.tar.bz2
nixpkgs-7891c8cdafff3bb59476e48136964dcfe933d7df.tar.lz
nixpkgs-7891c8cdafff3bb59476e48136964dcfe933d7df.tar.xz
nixpkgs-7891c8cdafff3bb59476e48136964dcfe933d7df.tar.zst
nixpkgs-7891c8cdafff3bb59476e48136964dcfe933d7df.zip
nixos/activatable-system: Move legacy variables to top-level
Diffstat (limited to 'nixos/modules/system/activation/activatable-system.nix')
-rw-r--r--nixos/modules/system/activation/activatable-system.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/system/activation/activatable-system.nix b/nixos/modules/system/activation/activatable-system.nix
index ee956434cce..b179fce417e 100644
--- a/nixos/modules/system/activation/activatable-system.nix
+++ b/nixos/modules/system/activation/activatable-system.nix
@@ -22,10 +22,6 @@ in
     system.systemBuilderArgs = {
       activationScript = config.system.activationScripts.script;
       dryActivationScript = config.system.dryActivationScript;
-      installBootLoader = config.system.build.installBootLoader;
-      localeArchive = "${config.i18n.glibcLocales}/lib/locale/locale-archive";
-      distroId = config.system.nixos.distroId;
-      perl = pkgs.perl.withPackages (p: with p; [ ConfigIniFiles FileSlurp ]);
     };
 
     system.systemBuilderCommands = ''