File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55nix_direnv_watch_file devenv.nix
66nix_direnv_watch_file devenv.lock
77nix_direnv_watch_file devenv.yaml
8- if ! use flake . --impure
8+ if ! use flake ./nix --impure
99then
1010 echo " devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
1111fi
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 uses : DeterminateSystems/magic-nix-cache-action@main
1616
1717 - name : Install dependencies
18- run : nix develop --impure --command npm install
18+ run : nix develop ./nix --impure --command npm install
1919
2020 - name : Check
21- run : nix develop --impure --command npm run check
21+ run : nix develop ./nix --impure --command npm run check
2222
2323 - name : Build
24- run : nix develop --impure --command npm run build
24+ run : nix develop ./nix --impure --command npm run build
2525
2626 - name : Test
27- run : nix develop --impure --command npm run test
27+ run : nix develop ./nix --impure --command npm run test
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 uses : DeterminateSystems/magic-nix-cache-action@main
1919
2020 - name : Install dependencies
21- run : nix develop --impure --command npm install
21+ run : nix develop ./nix --impure --command npm install
2222
2323 - name : Build
24- run : nix develop --impure --command npm run build
24+ run : nix develop ./nix --impure --command npm run build
2525
2626 - name : Release
2727 id : create_release
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments