Skip to content

Commit b27005b

Browse files
committed
chore: move nix files into directory
1 parent 89f05a8 commit b27005b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fi
55
nix_direnv_watch_file devenv.nix
66
nix_direnv_watch_file devenv.lock
77
nix_direnv_watch_file devenv.yaml
8-
if ! use flake . --impure
8+
if ! use flake ./nix --impure
99
then
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
1111
fi

.github/workflows/premerge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)