working again

This commit is contained in:
Charlie Root 2024-08-21 00:00:59 +02:00
commit d5d3092f1f
5 changed files with 88 additions and 103 deletions

View file

@ -4,9 +4,9 @@
inputs.flake-parts.lib.mkFlake {inherit inputs;} ({withSystem, ...}: {
systems = ["x86_64-linux"];
imports = [
inputs.treefmt-nix.flakeModule
# inputs.treefmt-nix.flakeModule
./parts/shell.nix
./parts/fmt.nix
# ./parts/fmt.nix
];
flake = {