mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
parent
507c150034
commit
d9a6a75ed2
5 changed files with 11 additions and 11 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue