Skip to content

Commit

Permalink
Remove needless measure step form home-manager CI, it has benefit onl…
Browse files Browse the repository at this point in the history
…y in Nix devshell CI
  • Loading branch information
kachick committed Oct 31, 2024
1 parent 436ec14 commit 8b2e071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- uses: actions/checkout@v4
# https://www.reddit.com/r/Nix/comments/1443k3o/comment/jr9ht5g/?utm_source=reddit&utm_medium=web2x&context=3
- run: mkdir -p ~/.local/state/nix/profiles
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
- run: nix run .#home-manager -- switch -b backup --flake '.#github-actions@${{ matrix.os }}'
- name: 'Make sure no possibilities in nix store around #530 (around CVE-2024-3094)'
run: |
Expand Down

0 comments on commit 8b2e071

Please sign in to comment.