removed nixgl input

This commit is contained in:
sascha.koenig 2025-11-12 07:46:32 +01:00
parent 3ed7957e81
commit 1e21296725
2 changed files with 1 additions and 5 deletions

View File

@ -23,10 +23,7 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
nixgl = {
url = "github:nix-community/nixGL";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";

View File

@ -20,7 +20,6 @@
inputs.nur.overlays.default
inputs.m3ta-nixpkgs.overlays.default
inputs.m3ta-nixpkgs.overlays.modifications
inputs.nixgl.overlay
# Add stable as an overlay for home-manager
(final: _prev: {
stable = import inputs.nixpkgs {