File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 runs-on : nixos-unstable
77 steps :
88 - name : Install node
9- run : nix profile install nixpkgs#nodejs_latest
9+ run : nix profile add nixpkgs#nodejs_latest
1010 - name : Checkout repository
1111 uses : https://data.forgejo.org/actions/checkout@v6
1212 - name : Setup cachix
1818 extraPullNames : nix-community,hyprland,niri,nix-on-droid
1919 skipPush : true
2020 - name : Install omnix
21- run : nix profile install nixpkgs#omnix github:juspay/cachix-push
21+ run : nix profile add nixpkgs#omnix github:juspay/cachix-push
2222 - name : Build output
2323 run : om ci run --results=/om.json
2424 - name : Push to cache
Original file line number Diff line number Diff line change 99 runs-on : nixos-unstable
1010 steps :
1111 - name : Install node
12- run : nix profile install nixpkgs#nodejs_latest
12+ run : nix profile add nixpkgs#nodejs_latest
1313 - name : Checkout repository
1414 uses : https://data.forgejo.org/actions/checkout@v6
1515 - name : Check code
1616 run : nix fmt -- --ci
1717 - name : Check flake
1818 run : nix flake check --all-systems
1919 cache :
20- needs : build
20+ needs : check
2121 uses : ./.forgejo/workflows/cache.yml
2222 secrets : inherit
Original file line number Diff line number Diff line change 88 runs-on : nixos-unstable
99 steps :
1010 - name : Install node
11- run : nix profile install nixpkgs#nodejs_latest
11+ run : nix profile add nixpkgs#nodejs_latest
1212 - name : Checkout repository
1313 uses : https://data.forgejo.org/actions/checkout@v6
1414 - name : Update flake.lock
2222 git commit -m "Update Flake Inputs: $(date +%F)" --author "flake-update[bot] <>"
2323 git push
2424 cache :
25- needs : build
25+ needs : update
2626 uses : ./.forgejo/workflows/cache.yml
2727 secrets : inherit
You can’t perform that action at this time.
0 commit comments