nixos-version: Add --json flag and show system.configurationRevision
This commit is contained in:
@@ -48,6 +48,7 @@ let
|
||||
name = "nixos-version";
|
||||
src = ./nixos-version.sh;
|
||||
inherit (config.system.nixos) version codeName revision;
|
||||
inherit (config.system) configurationRevision;
|
||||
};
|
||||
|
||||
nixos-enter = makeProg {
|
||||
|
||||
Reference in New Issue
Block a user