nix: Re-enable and fix basic nix flake check for nix package and module (#3425)

Co-authored-by: Weston Keele <wekeele@proton.me>
This commit is contained in:
Weston Keele (whisky) 2025-10-29 14:58:43 +00:00 committed by GitHub
parent 248fcc06ab
commit 26780df065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 8 deletions

View file

@ -145,6 +145,7 @@
nixpkgs.overlays = [ self.overlays.${system}.default ];
};
checks = { };
checks =
import ./nix/tests { inherit pkgs; flake = self; };
});
}