Compare commits

..

1 commit

Author SHA1 Message Date
e9dda01da6
wip: report package sizes
All checks were successful
/ report-size (pull_request) Successful in 1m2s
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 19s
/ build (nvim) (push) Successful in 9s
Added as a comment to the current pull request
2024-12-15 13:16:27 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -22,5 +22,5 @@ jobs:
steps: steps:
- uses: "https://code.forgejo.org/actions/checkout@v4" - uses: "https://code.forgejo.org/actions/checkout@v4"
- run: nix --version - run: nix --version
- name: "Build ${{ matrix.target }}" - name: Build target
run: nix build --print-build-logs '.#${{ matrix.target }}' run: nix build --print-build-logs '.#${{ matrix.target }}'

View file

@ -3,7 +3,6 @@ on:
jobs: jobs:
report-size: report-size:
runs-on: nixos runs-on: nixos
needs: build
steps: steps:
- uses: "https://git.salame.cl/actions/checkout@v4" - uses: "https://git.salame.cl/actions/checkout@v4"
- run: nix --version - run: nix --version