Remove modules/flake/default.nix (replaced by import-tree)

This commit is contained in:
Christopher Mühl 2026-02-16 10:22:47 +01:00
parent 0b7ebe7cb5
commit 9456a8906e

View file

@ -1,10 +0,0 @@
{...}: {
imports = [
./hosts.nix
./homes.nix
./args.nix
./formatter.nix
./packages.nix
./lib
];
}