From 18c0e21996e120135577a9252cb396baf36373c2 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 15 Jan 2020 16:37:48 +0100 Subject: [PATCH] Remove version information from builds This causes spurious rebuilds. --- default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/default.nix b/default.nix index cd6dd4f13..9a2c59f73 100644 --- a/default.nix +++ b/default.nix @@ -230,8 +230,6 @@ let maintainers = [ maintainers.ehmry ]; }; - } // { - version = self.lastModified; }; buildRepo' = { ... }@args: buildRepo ({ env = stdenvGcc; } // args);