From 3e36384575ff720f073bc24a0b3bfad9f0141268 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 22 May 2024 01:33:17 -0400 Subject: templates/full: minor cleanup --- templates/full/nix/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/full/nix/default.nix (limited to 'templates/full/nix/default.nix') diff --git a/templates/full/nix/default.nix b/templates/full/nix/default.nix new file mode 100644 index 0000000..c0457fd --- /dev/null +++ b/templates/full/nix/default.nix @@ -0,0 +1,10 @@ +{ + imports = [ + ./shell.nix + ./packages.nix + ]; + + perSystem = {pkgs, ...}: { + formatter = pkgs.alejandra; + }; +} -- cgit v1.2.3