diff --git a/flake.nix b/flake.nix index 379d740..c61dc46 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system); pkgs = system: import nixpkgs { inherit system; - overlays = [ self.overlays.default ]; }; in {