nix: bump pinned Nixpkgs to match flake
This commit is contained in:
parent
d9dc40f7d1
commit
601a1210df
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
pinnedPkgs = import (pkgs.fetchFromGitHub {
|
pinnedPkgs = import (pkgs.fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nixpkgs";
|
repo = "nixpkgs";
|
||||||
rev = "7f9b6e2babf232412682c09e57ed666d8f84ac2d";
|
rev = "ce8cbe3c01fd8ee2de526ccd84bbf9b82397a510";
|
||||||
sha256 = "sha256-4va4MvJ076XyPp5h8sm5eMQvCrJ6yZAbBmyw95dGyw4=";
|
sha256 = "sha256-u69opCeHUx3CsdIerD0wVSR+DjfDQjnztObqfk9Trqc=";
|
||||||
}) {
|
}) {
|
||||||
# we need to inherit config to propagate allowUnfree settings (which
|
# we need to inherit config to propagate allowUnfree settings (which
|
||||||
# are needed for bookwyrm)
|
# are needed for bookwyrm)
|
||||||
|
|
Loading…
Add table
Reference in a new issue