1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/configs/version.nix

5 lines
115 B
Nix
Raw Permalink Normal View History

2019-11-30 13:43:34 +01:00
{ lib, config, ... }:
2021-05-04 12:20:02 +02:00
{
environment.etc."niveum/version".text = lib.sources.commitIdFromGitRepo <niveum/.git>;
2019-11-30 13:38:56 +01:00
}