From f84ae673691c03456bfe8bc52ba97e7563f95290 Mon Sep 17 00:00:00 2001 From: baldo <baldo@hamburg.freifunk.net> Date: Thu, 26 Sep 2019 14:47:46 +0200 Subject: [PATCH] Make nix-build add git hash in boot screen. * Add git as a build dependency to allow detecting git hash. --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index dc9649bc..9e11828e 100644 --- a/default.nix +++ b/default.nix @@ -18,6 +18,7 @@ in stdenv.mkDerivation rec { bash crc16 gcc-arm-embedded + git meson ninja py -- GitLab