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 example #1

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix example #1

merged 1 commit into from
Dec 3, 2024

Conversation

bjornfor
Copy link
Contributor

@bjornfor bjornfor commented Nov 18, 2024

Fix this eval error:

$ nix-build ./example/classic/
error:
       … while calling the 'import' builtin

         at /home/bf/inbox/dewclaw/example/classic/default.nix:4:1:

            3|
            4| import ../. {
             | ^
            5|   inherit pkgs;

       error: opening file '/home/bf/inbox/dewclaw/example/default.nix': No such file or directory

Fix this eval error:

  $ nix-build ./example/classic/
  error:
         … while calling the 'import' builtin

           at /home/bf/inbox/dewclaw/example/classic/default.nix:4:1:

              3|
              4| import ../. {
               | ^
              5|   inherit pkgs;

         error: opening file '/home/bf/inbox/dewclaw/example/default.nix': No such file or directory
@MakiseKurisu MakiseKurisu merged commit e2a1ecc into MakiseKurisu:main Dec 3, 2024
1 check passed
@bjornfor bjornfor deleted the fix-example branch December 3, 2024 19:06
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