mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
forgot lib
This commit is contained in:
parent
d7f8bc7c45
commit
83dfa52652
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
{ config, pkgs, lib, ... }: with lib; {
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
package = mkIf config.deploy.profile.trusted (pkgs.writeShellScriptBin "bitw" ''${pkgs.rbw-bitw}/bin/bitw -p gpg://${config.kw.repoSecrets.bitw.source} "$@"'');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue