this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix conflicted existing files

+7 -1
+6 -1
.github/workflows/build.yaml .github/workflows/test.yaml
··· 1 - name: Build 1 + name: Test 2 2 3 3 on: 4 4 pull_request: ··· 49 49 - name: Apply test config 50 50 # TODO permission issue in GHA if using make build 51 51 run: | 52 + sudo mv /etc/bashrc{,.before-nix-darwin} 53 + sudo mv /etc/zshrc{,.before-nix-darwin} 54 + sudo mv /etc/nix/nix.conf{,.before-nix-darwin} 55 + sudo mv /etc/nix/nix.custom.conf{,.before-nix-darwin} 56 + 52 57 sudo ./scripts/rebuild.py switch --flake "path:${GITHUB_WORKSPACE}#macos-test"
+1
scripts/rebuild.py
··· 50 50 ensure_nix() 51 51 command = [ 52 52 "/nix/var/nix/profiles/default/bin/nix", 53 + "--experimental-features", "nix-command flakes", 53 54 "run", 54 55 "nix-darwin/nix-darwin-25.11#darwin-rebuild", 55 56 "--",