From fab63c5065d06e577dab7faec41a8365b80c48e4 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 24 Aug 2023 07:49:07 -0400 Subject: templates/full: improve layout --- templates/full/nix/default.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'templates/full/nix/default.nix') diff --git a/templates/full/nix/default.nix b/templates/full/nix/default.nix index 4b52983..2033702 100644 --- a/templates/full/nix/default.nix +++ b/templates/full/nix/default.nix @@ -1,6 +1,17 @@ _: { imports = [ - ./packages - ./flake + ./dev.nix + ./pkgs ]; + + systems = [ + "x86_64-linux" + "aarch64-linux" + "x86_64-darwin" + "aarch64-darwin" + ]; + + perSystem = {pkgs, ...}: { + formatter = pkgs.alejandra; + }; } -- cgit v1.2.3