nix: add sha256 hash to nixpkgs pin in module
This commit is contained in:
parent
840a4765e3
commit
c54dc5ea2a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ with lib;
|
||||||
let
|
let
|
||||||
pinnedPkgs = import (builtins.fetchTarball {
|
pinnedPkgs = import (builtins.fetchTarball {
|
||||||
url = "https://github.com/NixOS/nixpkgs/archive/949d727aaf327384530ebf5a23dd138a7f93ce29.tar.gz";
|
url = "https://github.com/NixOS/nixpkgs/archive/949d727aaf327384530ebf5a23dd138a7f93ce29.tar.gz";
|
||||||
|
sha256 = "086wqa8ycnvpjzd61av4va5wp17d7fyfinxhf0cqq7cimsc8nd31";
|
||||||
}) { };
|
}) { };
|
||||||
bookwyrm = (pinnedPkgs.callPackage ./default.nix { });
|
bookwyrm = (pinnedPkgs.callPackage ./default.nix { });
|
||||||
cfg = config.services.bookwyrm;
|
cfg = config.services.bookwyrm;
|
||||||
|
|
Loading…
Add table
Reference in a new issue