Now Use flake part and integrate a build system using nix package building and treefmt-nix as a flake-part module
9 lines
104 B
Nix
9 lines
104 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./treefmt.nix
|
|
./packages.nix
|
|
./devshell.nix
|
|
./build.nix
|
|
];
|
|
}
|