about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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;