File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - uses : cachix/install-nix-action@v24
13
- # - uses: cachix/cachix-action@v12
14
- # with:
15
- # name: neorocks
16
- # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
12
+ - uses : DeterminateSystems/nix-installer-action@main
13
+ - uses : DeterminateSystems/magic-nix-cache-action@main
17
14
- run : nix flake check -L --accept-flake-config --option sandbox false
Original file line number Diff line number Diff line change 1
1
{
2
- description = "devShell for Rust projects" ;
2
+ description = "Edit toml files while preserving whitespace and formatting from Lua" ;
3
+
4
+ nixConfig = {
5
+ extra-substituters = "https://neorocks.cachix.org" ;
6
+ extra-trusted-public-keys = "neorocks.cachix.org-1:WqMESxmVTOJX7qoBC54TwrMMoVI1xAM+7yFin8NRfwk=" ;
7
+ } ;
3
8
4
9
inputs = {
5
10
nixpkgs . url = "github:NixOS/nixpkgs/nixpkgs-unstable" ;
You can’t perform that action at this time.
0 commit comments