summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-05-28 22:47:37 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-05-28 22:47:37 +0200
commit1c95784c028d214c475d4f34ea6c3faabb5765ce (patch)
tree3ef614e25109c63bbc5c8a8b970128d8b83f9416
parentdf5538a2d8ac1e434d9f30e7f9d3ad3a691f5a9c (diff)
flake.nix: Set epoch
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9d579b9..ecf7a9e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,8 @@
{
name = "patchelf";
+ epoch = 2019;
+
description = "A tool for modifying ELF executables and libraries";
requires = [ "nixpkgs" ];