flake.nix update

This commit is contained in:
wer-zen
2025-08-26 13:51:12 +02:00
parent 178ad2ac8a
commit c2ca05b117
3 changed files with 4 additions and 88 deletions
+1 -1
View File
@@ -62,6 +62,6 @@
}
);
defaultPackage = eachSystem (system: self.packages.${system}.default);
defaultPackage = eachSystem (system: self.packages.${system});
};
}