You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
{ }
}
The text was updated successfully, but these errors were encountered:
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?
{ }
}
The text was updated successfully, but these errors were encountered: