1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-24 10:10:37 +03:00

nixos/version: add config.system.nixos.distroName and config.system.nixos.distroId

This commit is contained in:
Victor Fuentes 2022-12-17 18:00:58 -05:00
parent c9c4aea7ab
commit d3528cdc3d
No known key found for this signature in database
GPG key ID: 0A88B68D6A9ACAE0
19 changed files with 64 additions and 40 deletions

View file

@ -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];
};