1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +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

@ -96,7 +96,7 @@ module.
# The epoch may be used in the future to determine how Nix
# expressions inside this flake are to be parsed.
epoch = 2018;
epoch = 201906;
# Some other metadata.
description = "A filesystem that fetches DWARF debug info from the Internet on demand";
@ -164,7 +164,7 @@ Similarly, a minimal `flake.nix` for Nixpkgs:
{
name = "nixpkgs";
epoch = 2018;
epoch = 201906;
description = "A collection of packages for the Nix package manager";