From b3b0bdecc88a26da518dc074e2bb9eb709c5fc9d Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 19 Sep 2024 12:13:27 +0200 Subject: x86 overlay name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3668e74..1a08e14 100644 --- a/flake.nix +++ b/flake.nix @@ -134,7 +134,7 @@ overlays = { emile = import ./nix/pkgs/overlay.nix; - x86_64-linux = import ./nix/pkgs/x86.nix; + x86_64-linux = import ./nix/pkgs/x86_64-linux.nix; aarch64-darwin = import ./nix/pkgs/aarch64-darwin.nix; default = self.overlays.x86_64-linux; -- cgit 1.4.1