2
0
Fork 0

nix: bump pinned Nixpkgs to match flake

This commit is contained in:
D Anzorge 2022-06-13 22:43:59 +02:00
parent d18d4e562f
commit 80f77a6513

View file

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