diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |