From f3e52ede3c110222897c7035fc545fa7c3ccf938 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Tue, 2 Jun 2020 00:58:36 +0200 Subject: [PATCH] flake: remove epoch It was renamed to edition: https://github.com/NixOS/rfcs/commit/cc5d0a24970a49d7da294544aff2fb3c26139635 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' --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8a50e026..6dbb2572 100644 --- a/flake.nix +++ b/flake.nix @@ -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";