nix/package: rename default.nix -> package.nix
Some checks failed
Build and test / build (push) Successful in 1m33s
Build and test / check (push) Failing after 1m4s
Build and test / test (push) Successful in 1m58s
Build and test / docs (push) Successful in 2m55s

This commit is contained in:
2026-01-06 11:42:24 +09:00
parent e003bf6ca6
commit f0e22fc85c
2 changed files with 1 additions and 1 deletions

View File

@@ -88,7 +88,7 @@
in {
default = self.packages.${system}.roowho2;
roowho2 = pkgs.callPackage ./nix/default.nix { inherit cargoToml cargoLock src rustPlatform; };
roowho2 = pkgs.callPackage ./nix/package.nix { inherit cargoToml cargoLock src rustPlatform; };
filteredSource = pkgs.runCommandLocal "filtered-source" { } ''
ln -s ${src} $out