From 3876bce7a1964c4e4ca3bd846b861069d20bc296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Baylac=20Jacqu=C3=A9?= Date: Thu, 22 Dec 2022 19:14:23 +0100 Subject: [PATCH] Flake: overlays removal leftovers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I forgot to remove an instance of the nixpkgs overlay I removed two commits ago… --- flake.nix | 1 - 1 file changed, 1 deletion(-) 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 {