Regenerated

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