We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no /nix/profileOverlays.nix, so nix-build -E '(import <nixpkgs> { }).callPackage ./default.nix { profileBuild = true; }' fail to execute.
/nix/profileOverlays.nix
nix-build -E '(import <nixpkgs> { }).callPackage ./default.nix { profileBuild = true; }'
1. Just delete profileBuild in default.nix 2. Create /nix/profileOverlays.nix
profileBuild
The text was updated successfully, but these errors were encountered:
@georgewsinger Alright, What is the /nix/profileOverlays.nix context?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
There is no
/nix/profileOverlays.nix
, sonix-build -E '(import <nixpkgs> { }).callPackage ./default.nix { profileBuild = true; }'
fail to execute.How to resolve this problem
1. Just deleteprofileBuild
in default.nix2. Create
/nix/profileOverlays.nix
The text was updated successfully, but these errors were encountered: