From 1e21296725d570c8a07e5c4983036061adf967f8 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 12 Nov 2025 07:46:32 +0100 Subject: [PATCH] removed nixgl input --- flake.nix | 5 +---- home/common/default.nix | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index e1d99d9..0085da9 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/home/common/default.nix b/home/common/default.nix index 52a4921..371dd0f 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -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 {