switch to nvfetcher and add stuff
Some checks failed
cache / build (push) Failing after 16m38s

This commit is contained in:
2026-02-19 23:01:59 +04:00
parent b6c43f6802
commit bfc37c6c70
14 changed files with 408 additions and 164 deletions

View File

@@ -68,9 +68,12 @@
# );
in
{
overlays.default = final: prev: flatPackages;
overlays = final: prev: flatPackages;
packages = flatPackages;
checks = lib.mapAttrs' (n: lib.nameValuePair "package-${n}") workingPackages;
devShells.default = pkgs.mkShellNoCC {
packages = [ pkgs.nvfetcher ];
};
}
)
)