From 601a1210dfb5a032cf75385c887f4e0569cc717d Mon Sep 17 00:00:00 2001 From: D Anzorge Date: Wed, 30 Mar 2022 03:17:54 +0200 Subject: [PATCH] nix: bump pinned Nixpkgs to match flake --- nix/module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/module.nix b/nix/module.nix index 360c7f004..0d6959ab1 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -4,8 +4,8 @@ pinnedPkgs = import (pkgs.fetchFromGitHub { owner = "NixOS"; repo = "nixpkgs"; - rev = "7f9b6e2babf232412682c09e57ed666d8f84ac2d"; - sha256 = "sha256-4va4MvJ076XyPp5h8sm5eMQvCrJ6yZAbBmyw95dGyw4="; + rev = "ce8cbe3c01fd8ee2de526ccd84bbf9b82397a510"; + sha256 = "sha256-u69opCeHUx3CsdIerD0wVSR+DjfDQjnztObqfk9Trqc="; }) { # we need to inherit config to propagate allowUnfree settings (which # are needed for bookwyrm)