Remove nixGL
This commit is contained in:
parent
7973e2ccd7
commit
fe468eebd7
3 changed files with 1 additions and 14 deletions
|
@ -30,19 +30,12 @@
|
|||
# url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixgl = {
|
||||
url = "github:guibou/nixGL";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nur.url = "github:nix-community/NUR";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, disko, nix-on-droid, stylix, nixgl, ... }@attrs:
|
||||
outputs = { self, nixpkgs, disko, nix-on-droid, stylix, ... }@attrs:
|
||||
let
|
||||
nixpkgsConfig = {
|
||||
overlays = [
|
||||
nixgl.overlay
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
# TODO Not sure why, HM needs nixos-option which needs an old Nix?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue