remove nur overlay

This commit is contained in:
TheWanderingCrow 2024-12-25 13:12:14 -05:00
parent 67f641bcfc
commit 542d2639e4

View file

@ -13,7 +13,7 @@
system = "x86_64-linux";
inherit (inputs.nixpkgs) lib;
overlays = [inputs.nur.overlay];
overlays = [];
pkgs = import inputs.nixpkgs {
inherit system overlays;