2
0
Fork 0

nix: bump pinned Nixpkgs to match flake

This commit is contained in:
D Anzorge 2022-03-30 03:17:54 +02:00
parent d9dc40f7d1
commit 601a1210df

View file

@ -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)