File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 authToken : ${{ secrets.CACHIX_AUTH_TOKEN }}
3131
3232 - name : Upload Xnode Manager package to Cachix
33- run : nix build --accept-flake-config --print-out-paths | cachix push openmesh
33+ run : nix build --accept-flake-config --print-out-paths --fallback | cachix push openmesh
3434
3535 - name : Upload XnodeOS default config to Cachix
36- run : sed -i -e 's/github:Openmesh-Network\/xnode-manager/github:Openmesh-Network\/xnode-manager\/cache/g' ./os/flake.nix && nix build ./os#nixosConfigurations.xnode.config.system.build.toplevel --accept-flake-config --print-out-paths | cachix push openmesh
36+ run : sed -i -e 's/github:Openmesh-Network\/xnode-manager/github:Openmesh-Network\/xnode-manager\/cache/g' ./os/flake.nix && nix build ./os#nixosConfigurations.xnode.config.system.build.toplevel --accept-flake-config --print-out-paths --fallback | cachix push openmesh
You can’t perform that action at this time.
0 commit comments