mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/top-level: Remove unused builder variables
These variables were previously used by the activation script build commands, but are now embedded into those commands for to improve reusability for an upcoming addition.
This commit is contained in:
parent
7891c8cdaf
commit
9edad17d29
1 changed files with 0 additions and 6 deletions
|
@ -81,13 +81,7 @@ let
|
|||
passAsFile = [ "extraDependencies" ];
|
||||
buildCommand = systemBuilder;
|
||||
|
||||
# Some of these variables may be unused, but without certainly, removing
|
||||
# them runs a risk of breaking out of tree systemBuilderCommands
|
||||
inherit (pkgs) coreutils;
|
||||
systemd = config.systemd.package;
|
||||
shell = "${pkgs.bash}/bin/sh";
|
||||
su = "${pkgs.shadow.su}/bin/su";
|
||||
utillinux = pkgs.util-linux;
|
||||
|
||||
kernelParams = config.boot.kernelParams;
|
||||
nixosLabel = config.system.nixos.label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue