-
Notifications
You must be signed in to change notification settings - Fork 107
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
Expected that not all packages are exported? #151
Comments
I'm getting this too. Some of my packages work, but one or two don't. I can't seem to figure out what the difference in the ones that aren't found. The packages build and evaluate fine with just nix-build. |
@mohe2015 Are you saying we should output all of nixpkgs, overlays applied, like we used to. I figured this was kinda overkill since nixpkgs was readily available and we might want to use legacyPackages for other things, such as the hmModules we are currently using it for. Maybe we could define out own custom output The main question is, what is the main benefit of this over just installing from nixpkgs, since nixpkgs is pinned in the devos nix registry by default already to save a network pull and packages we modify with an overlay are exported from devos by default.
@Pacman99, I think you're referring to a slightly different issue with the call to flattenTreeSystem, which can have strange behavior. Indeed we are going to have to replace this anyway, since it didn't make it to upstream flake-utils and the branch will probably get deleted at some point. |
@nrdxp I mainly wondered why it didn't work because I was pretty sure it did in the past. But the current behavior is fine to me. I also had some strange case where a package didn't build (jitsi-videobridge in the service module) but for some reason building jitsi-videobridge itself did work. But I assume this does not have anything to do with nixflk (maybe I was just too tired or whatever, will check again today). I will close this issue then. Thanks for explaining! |
Expected Behavior
should build or download the package from cache.
Current Behavior
Steps to Reproduce
nix build /etc/nixos#openjdk15
Context
I got used to this from nixpkgs so I thought it would make sense here too.
Is there a similar command?
The text was updated successfully, but these errors were encountered: