refactor(flake): refactor lib for flake-parts

This commit is contained in:
Artur Manuel 2025-02-02 16:37:47 +00:00
commit 6f79c94f11
6 changed files with 70 additions and 71 deletions

View file

@ -4,7 +4,7 @@
...
}: {
flake = {
nixosConfigurations = lib.mkHosts {
nixosConfigurations = builtins.mapAttrs (n: v: lib.mkHost (v // {host = n;})) {
python = {
system = "x86_64-linux";
extraModules = [