We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee777b0 commit ba2f413Copy full SHA for ba2f413
1 file changed
.github/workflows/cache.yml
@@ -33,4 +33,4 @@ jobs:
33
run: nix build --accept-flake-config --print-out-paths | cachix push openmesh
34
35
- name: Upload XnodeOS default config to Cachix
36
- run: nix build ./os#nixosConfigurations.xnode.config.system.build.toplevel --accept-flake-config --print-out-paths | cachix push openmesh
+ 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
0 commit comments