flake: remove epoch

It was renamed to edition:

cc5d0a2497

leading to the following error:

error: flake 'git+file:///home/jtojnar/Projects/nixflk?ref=template&rev=31c2b767ca7cb901040e388794b34942807719e0' has an unsupported attribute 'epoch', at /nix/store/yndrc91vlh5vm0k4nngx303q1cjm77z9-source/flake.nix:4:3

but that itself has been deprecated:

warning: flake 'git+file:///home/jtojnar/Projects/nixflk' has deprecated attribute 'edition'
This commit is contained in:
Jan Tojnar 2020-06-02 00:58:36 +02:00
parent 31c2b767ca
commit f3e52ede3c
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,8 +1,6 @@
{
description = "A highly structured configuration database.";
epoch = 201909;
inputs.nixpkgs.url = "nixpkgs/release-20.03";
inputs.home.url = "github:nrdxp/home-manager/flakes";