From 80f77a6513f1933d15d59af5ff88304cf25afb80 Mon Sep 17 00:00:00 2001 From: D Anzorge Date: Mon, 13 Jun 2022 22:43:59 +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 0d6959ab1..1cd9e4eff 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -4,8 +4,8 @@ pinnedPkgs = import (pkgs.fetchFromGitHub { owner = "NixOS"; repo = "nixpkgs"; - rev = "ce8cbe3c01fd8ee2de526ccd84bbf9b82397a510"; - sha256 = "sha256-u69opCeHUx3CsdIerD0wVSR+DjfDQjnztObqfk9Trqc="; + rev = "914ef51ffa88d9b386c71bdc88bffc5273c08ada"; + sha256 = "sha256-A+oT+aQGhW5lXy8H0cqBLsYtgcnT5glmGOXWQDcGw6I="; }) { # we need to inherit config to propagate allowUnfree settings (which # are needed for bookwyrm)