summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-24 04:50:12 -0400
committerseth <[email protected]>2024-05-24 21:36:05 -0600
commit6ceaeeb714b97984190981110120973d90d57ab4 (patch)
tree37d66baec5654a73a250047a8bc7ab454c83b95f /flake.nix
parentef2b5ea9f2f9450eac7ac2a875a8f1c6599c1ed0 (diff)
flatten structure again
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 59a58f7..49115a2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,12 +22,18 @@
./systems
./users
- # development related outputs
- ./parts
+ # dev outputs
+ ./checks.nix
+ ./devShells.nix
+ ./hydraJobs.nix
# external, not so nix-y things
./ext
];
+
+ perSystem = {pkgs, ...}: {
+ formatter = pkgs.alejandra;
+ };
};
inputs = {