mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
fix vendor hash
This commit is contained in:
parent
b93e7c42ee
commit
a43bb04209
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
vendorHash ? "sha256-xHScXL3i2oxJSJsvOC+KqLCA5Psu3ht7DQNrh0rB1rA=",
|
||||
vendorHash ? "sha256-dWo8SAEUVyBhKyKoIj2u1VHiWPMod9veYGbivXkUI2Y=",
|
||||
}:
|
||||
let
|
||||
sops-init-gpg-key = pkgs.callPackage ./pkgs/sops-init-gpg-key { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue