diff options
| author | seth <[email protected]> | 2024-05-22 01:33:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 16:21:31 -0600 |
| commit | 3e36384575ff720f073bc24a0b3bfad9f0141268 (patch) | |
| tree | 880afa4d821087fc995a9e512c1d6290ed812cb8 /templates/full/nix/default.nix | |
| parent | abde8d6e3ac86811d4333f5491a08576db013dfc (diff) | |
templates/full: minor cleanup
Diffstat (limited to 'templates/full/nix/default.nix')
| -rw-r--r-- | templates/full/nix/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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; + }; +} |
