Regenerated

This commit is contained in:
2026-03-23 16:20:22 +00:00
parent 23d4769658
commit 394b927307
8 changed files with 251 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
let
systems = ["x86_64-linux"];
in
lib.flattenTree (map (system:
flake-parts.lib.flattenTree (map (system:
let
pkgs = import nixpkgs { inherit system; };
flakeRoot = self;