Skip to content

Commit 14316ae

Browse files
authored
Merge pull request #19 from mattwparas/language-configuration
Merge in master
2 parents 21f7a7b + fffa86e commit 14316ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3663
-1136
lines changed

.envrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
watch_file shell.nix
2+
watch_file default.nix
23
watch_file flake.lock
34
watch_file rust-toolchain.toml
45

56
# try to use flakes, if it fails use normal nix (ie. shell.nix)
67
use flake || use nix
7-
eval "$shellHook"
8+
eval "$shellHook"

.github/workflows/cachix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install nix
17-
uses: cachix/install-nix-action@v30
17+
uses: cachix/install-nix-action@v31
1818

1919
- name: Authenticate with Cachix
20-
uses: cachix/cachix-action@v15
20+
uses: cachix/cachix-action@v16
2121
with:
2222
name: helix
2323
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 commit comments

Comments
 (0)