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 ]; });