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:
parent
31c2b767ca
commit
f3e52ede3c
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue