added a bunch of tests

This commit is contained in:
2026-02-18 23:54:25 -05:00
parent 07f8688758
commit 7d8faa51cb
14 changed files with 2595 additions and 53 deletions

View File

@@ -9,7 +9,7 @@
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { };
pkgs = import nixpkgs { inherit system; };
in
{
packages.default = pkgs.rustPlatform.buildRustPackage {