From df4e866a6e019f354f77936cf6af780c5b5e7e86 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 23 Jun 2021 22:34:42 +0700 Subject: [PATCH] bump nixpkgs - r297538.75bd996363c --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 887c732..0a1250b 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1624148921, - "narHash": "sha256-FAhKTXZV67C36hK5lPvZfsFt+QY1QSHYQXwGXqpOChs=", + "lastModified": 1624462271, + "narHash": "sha256-bn8TVHKAf66poL0M2v7NiZyoMh/4YhiM2uqw3X2Gt/M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f2122ea5815648effdd97157c7bf4e9a1a6dbb34", + "rev": "75bd996363cee3a14a3535fff10fb96e19815817", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a2ad8b4..86e38f9 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ outputs = inputs: with inputs; let - revCount = "296773"; + revCount = "297538"; base = { config, ... }: { system = { configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;