diff --git a/flake.lock b/flake.lock index 38e5adf..887c732 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1623718286, - "narHash": "sha256-T4Ag4okFXO0uWPSHbfagQ3j2vzhL08ZmVKr6kTS7XT4=", + "lastModified": 1624148921, + "narHash": "sha256-FAhKTXZV67C36hK5lPvZfsFt+QY1QSHYQXwGXqpOChs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e0f9e2cc0eaa7ead78faf8a6592c2724ca4246df", + "rev": "f2122ea5815648effdd97157c7bf4e9a1a6dbb34", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 559b49e..a2ad8b4 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ outputs = inputs: with inputs; let - revCount = "295536"; + revCount = "296773"; base = { config, ... }: { system = { configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;