diff --git a/configs/version.nix b/configs/version.nix index c41a695..f5a21c0 100644 --- a/configs/version.nix +++ b/configs/version.nix @@ -1,7 +1,7 @@ -{ lib, ... }: +{ lib, config, ... }: let inherit (lib.sources) commitIdFromGitRepo; in { - environment.etc."NIVEUM_VERSION".text = commitIdFromGitRepo ; + environment.etc."niveum/version".text = commitIdFromGitRepo ; }