From 39c29f7e60297a46c230effb611f1c41342754e5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 22 Sep 2024 12:42:36 +0900 Subject: [PATCH] :arrow_up: update bugwarrior dependencies --- .forgejo/workflows/nix_build.yaml | 4 ++-- nix/packages/default.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index fccd591..e0e903c 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -48,8 +48,8 @@ jobs: rm .ssh_key - name: nix build orbi run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel - - name: nix build cream - run: nix build .#nixosConfigurations.cream.config.system.build.toplevel +# - name: nix build cream +# run: nix build .#nixosConfigurations.cream.config.system.build.toplevel - name: nix build cherry run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel - name: nix build chungus diff --git a/nix/packages/default.nix b/nix/packages/default.nix index 608cbd9..1a1233e 100644 --- a/nix/packages/default.nix +++ b/nix/packages/default.nix @@ -31,7 +31,7 @@ python311Packages.tomli python311Packages.email-validator python311Packages.packaging - python311Packages.pbr + python311Packages.pbdr ]; });