nixos/version: add config.system.nixos.distroName and config.system.nixos.distroId
This commit is contained in:
@@ -8,6 +8,7 @@ let
|
||||
src = ./init-script-builder.sh;
|
||||
isExecutable = true;
|
||||
inherit (pkgs) bash;
|
||||
inherit (config.nixos.system) distroName;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user