diff --git a/.woodpecker/x86-linux.yaml b/.woodpecker/x86-linux.yaml index 9d78156..bd937ca 100644 --- a/.woodpecker/x86-linux.yaml +++ b/.woodpecker/x86-linux.yaml @@ -22,18 +22,18 @@ steps: - attic login lounge-rocks https://cache.lounge.rocks $ATTIC_KEY --set-default secrets: - attic_key - - name: Build hawking - image: bash - commands: - - nix build --print-out-paths '.#nixosConfigurations.hawking.config.system.build.toplevel' -o 'result-hawking' - - name: Show hawking info - image: bash - commands: - - nix path-info --closure-size -h $(readlink -f 'result-hawking') - - name: Push hawking to Attic - image: bash - commands: - - attic push lounge-rocks:nix-cache 'result-hawking' + # - name: Build hawking + # image: bash + # commands: + # - nix build --print-out-paths '.#nixosConfigurations.hawking.config.system.build.toplevel' -o 'result-hawking' + # - name: Show hawking info + # image: bash + # commands: + # - nix path-info --closure-size -h $(readlink -f 'result-hawking') + # - name: Push hawking to Attic + # image: bash + # commands: + # - attic push lounge-rocks:nix-cache 'result-hawking' - name: Build newton image: bash commands: