working devShell!

This commit is contained in:
vali 2024-07-22 00:05:07 +02:00
commit 10f4b7b134
11 changed files with 21 additions and 19 deletions

View file

@ -4,14 +4,16 @@
inputs.flake-parts.lib.mkFlake {inherit inputs;} (
{withSystem, ...}: {
systems = [
"x86-64_linux"
"x86_64-linux"
];
imports = [
inputs.treefmt-nix.flakeModule
#./flake/pre-commit
./flake/shell.nix
./flake/fmt.nix
# inputs.flake-parts.flakeModules.easyOverlay
# #./flake/pre-commit
./parts/shell.nix
./parts/fmt.nix
];
flake = {
nixosConfigurations = import ./hosts {inherit inputs withSystem;};
};