From e743da65b1b45134f93505c6f637f063df91088d Mon Sep 17 00:00:00 2001 From: Sergey Makarov Date: Sat, 30 May 2020 12:43:11 +0300 Subject: [PATCH 1/2] Remove attribute 'epoch' from flake.nix --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index eeca6854e..25e9b418d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,6 @@ { description = "Nix User Repository"; - epoch = 201909; - outputs = { self, nixpkgs }: { overlay = final: prev: { From 7eb394a035e64b04753d16fb2f45da779990d9b9 Mon Sep 17 00:00:00 2001 From: Sergey Makarov Date: Sat, 30 May 2020 12:43:48 +0300 Subject: [PATCH 2/2] Update flake.lock --- flake.lock | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 4db1ad210..7d45c1457 100644 --- a/flake.lock +++ b/flake.lock @@ -1,11 +1,27 @@ { - "inputs": { - "nixpkgs": { - "inputs": {}, - "narHash": "sha256-OnpEWzNxF/AU4KlqBXM2s5PWvfI5/BS6xQrPvkF5tO8=", - "originalUrl": "nixpkgs", - "url": "github:edolstra/nixpkgs/7f8d4b088e2df7fdb6b513bc2d6941f1d422a013" - } + "nodes": { + "nixpkgs": { + "info": { + "lastModified": 1590824667, + "narHash": "sha256-ut9bcUiG3LKIQtvLrhivTGqvjSP87fLlPssepQy7Ikg=" + }, + "locked": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "89e60f61ab6f09362433fd23370c590cd47e9c72", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } }, - "version": 3 + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 5 }