From 3bc4a77561522fbb2241eb083f8d55484366c999 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 19 Sep 2024 12:10:28 +0200 Subject: system specific overlays --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cfaf941..3668e74 100644 --- a/flake.nix +++ b/flake.nix @@ -133,7 +133,12 @@ overlays = { emile = import ./nix/pkgs/overlay.nix; + + x86_64-linux = import ./nix/pkgs/x86.nix; + aarch64-darwin = import ./nix/pkgs/aarch64-darwin.nix; + default = self.overlays.x86_64-linux; + unstable = final: prev: { unstable = import nixpkgs-unstable { system = "x86_64-linux"; -- cgit 1.4.1