⬆️ update bugwarrior dependencies

This commit is contained in:
Ingolf Wagner 2024-09-22 12:42:36 +09:00
parent 2bb52175d1
commit 39c29f7e60
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 3 deletions

View file

@ -48,8 +48,8 @@ jobs:
rm .ssh_key rm .ssh_key
- name: nix build orbi - name: nix build orbi
run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
- name: nix build cream # - name: nix build cream
run: nix build .#nixosConfigurations.cream.config.system.build.toplevel # run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
- name: nix build cherry - name: nix build cherry
run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
- name: nix build chungus - name: nix build chungus

View file

@ -31,7 +31,7 @@
python311Packages.tomli python311Packages.tomli
python311Packages.email-validator python311Packages.email-validator
python311Packages.packaging python311Packages.packaging
python311Packages.pbr python311Packages.pbdr
]; ];
}); });