nix/module: init
Build and test / check (push) Failing after 55s
Build and test / test (push) Failing after 1m32s
Build and test / build (push) Successful in 1m36s
Build and test / docs (push) Failing after 1m59s

This commit is contained in:
2026-01-05 02:30:25 +09:00
parent 50665fe07b
commit ce71919749
2 changed files with 50 additions and 0 deletions
+2
View File
@@ -48,6 +48,8 @@
};
};
nixosModules.default = ./nix/module.nix;
packages = forAllSystems (system: pkgs: _:
let
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);