fix: restore devShell for ci

This commit is contained in:
gwg313 2024-01-07 16:34:16 -05:00
parent 55a73a80df
commit 8d9684cf50
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
5 changed files with 153 additions and 5 deletions

View file

@ -2,7 +2,7 @@
{pkgs, ...}: {
programs.password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
};
home.packages = with pkgs; [