Skip to content

Commit e7ba949

Browse files
authored
Merge pull request #1136 from onekey-sec/direnv-to-mkshell
feat(nix): eliminate all sources of `LD_LIBRARY_PATH` poisoning
2 parents e500571 + 6bf3fcb commit e7ba949

File tree

8 files changed

+50
-322
lines changed

8 files changed

+50
-322
lines changed

.devenv/.gitkeep

Whitespace-only changes.

.github/workflows/build-nix.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ jobs:
4242
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
4343
extraPullNames: pyperscan
4444
- run: |
45-
nix build -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }} .#packages.${{ matrix.arch }}.devenv
46-
- run: |
47-
nix flake check -L --impure --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}
45+
nix flake check -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ build/
99
.coverage*
1010
/.venv
1111
unblob.log
12-
/.devenv
1312
/.direnv

devenv.nix

Lines changed: 0 additions & 57 deletions
This file was deleted.

flake.lock

Lines changed: 18 additions & 237 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)