1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Made epochs more fine-grained

Fixes #2894
This commit is contained in:
Nick Van den Broeck 2019-06-03 14:47:47 +02:00
parent 507c150034
commit d9a6a75ed2
5 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@
description = "The purely functional package manager";
epoch = 2019;
epoch = 201906;
inputs = [ "nixpkgs" ];