Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: nix-shell raised 'pop_var_context' #594

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

hoh
Copy link
Member

@hoh hoh commented Aug 13, 2024

Using nix-shell with the latest version of Nixpkgs raised the following
error:

bash: pop_var_context: head of shell_variables not a function context

Changing the order of the instructions fixed this.

@hoh hoh requested a review from Psycojoker August 13, 2024 13:04
Using nix-shell with the latest version of Nixpkgs raised the following
error:

```
bash: pop_var_context: head of shell_variables not a function context
```

Changing the order of the instructions fixed this.
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.37%. Comparing base (328d7da) to head (78aad34).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #594   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          91       91           
  Lines        4910     4910           
  Branches      677      677           
=======================================
  Hits         4634     4634           
  Misses        241      241           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Psycojoker Psycojoker merged commit d6079b0 into main Aug 13, 2024
6 checks passed
@Psycojoker Psycojoker deleted the hoh-fix-nix-shell branch August 13, 2024 15:22
@Psycojoker
Copy link
Collaborator

Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants