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

nixgl as an overlay #181

Open
markDue opened this issue Aug 29, 2024 · 2 comments
Open

nixgl as an overlay #181

markDue opened this issue Aug 29, 2024 · 2 comments

Comments

@markDue
Copy link

markDue commented Aug 29, 2024

I'm trying to install nixgl with home manager which is a flake, there is no much the directory just home.nix flake.nix flake.lock.
The README says I can use overlays but one line there is confusing I don't know what to put there
I did all the steps in order the last one I don't get it

{
outputs = { nixgl, nixpkgs, ... }:
let
pkgs = import nixpkgs {
system = "x86_64-linux";
overlays = [ nixgl.overlay ];
};
in

You can now reference pkgs.nixgl.nixGLIntel, etc. <<<====================== what am I supposed to put here?

{ }
}

@markDue
Copy link
Author

markDue commented Aug 29, 2024

vini1809, the extracted files are not for linux libssp-0.dll, libstdc++-6.dll, msvcp140.dll, and last x86_64-w64-ranlib.exe this a for windows

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

No branches or pull requests

2 participants
@markDue and others