From 4c33c15c113653df08ee138f130f0ec3a3b5bd5d Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sun, 5 Jan 2025 01:47:55 -0600 Subject: [PATCH] replace nur.overlay with nur.overlays.default --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 419164c..1293ed2 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ config = import ./pkgs/config nixpkgs.lib; overlays = [ self.overlays.default - nur.overlay + nur.overlays.default nixGL.overlay ]; };