diff options
| author | Emile <git@emile.space> | 2024-09-19 12:13:27 +0200 |
|---|---|---|
| committer | Emile <git@emile.space> | 2024-09-19 12:13:27 +0200 |
| commit | b3b0bdecc88a26da518dc074e2bb9eb709c5fc9d (patch) | |
| tree | 5acb13ee5045beabb7a0b3d3dcc10a3e2e09f394 | |
| parent | 3bc4a77561522fbb2241eb083f8d55484366c999 (diff) | |
x86 overlay name
| -rw-r--r-- | flake.nix | 2 |
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; |
