Skip to content

Commit a83b15f

Browse files
chore(nix->guix): delete Nix estate-wide (#138) (#49)
Automated sweep to eradicate Nix from the estate as Guix is now the sole reproducible environment.
1 parent 683a634 commit a83b15f

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

.envrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ fi
1414

1515
# Load Nix flake if flake.nix exists
1616
if has nix && [ -f flake.nix ]; then
17-
use flake
1817
fi
1918

2019
# Project environment variables

.github/workflows/governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ permissions:
3131

3232
jobs:
3333
governance:
34-
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329
34+
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ permissions:
2626
jobs:
2727
hypatia:
2828
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329
29-
secrets: inherit
29+
secrets: inherit

.github/workflows/proof-gate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

31-
- uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c # v31.10.7
3231

3332
- name: Run proof gate
3433
run: nix shell nixpkgs#idris2 -c ./scripts/check-idris2-proofs.sh

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
pull-requests: write
2424
actions: read
2525
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329
26-
secrets: inherit
26+
secrets: inherit

0 commit comments

Comments
 (0)