aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
AgeCommit message (Collapse)Author
2025-07-08Correct symlink to guix package file.Arun Isaac
* guix.scm: Link to .guix/pyhegp-package.scm instead of .guix/pyhegp-project.scm.
2025-07-07Make repo a guix channel.Arun Isaac
* .guix-channel: New file. * guix.scm: Move to ... * .guix/pyhegp-package.scm: ... here as its own module. * guix.scm: Link to .guix/pyhegp-package.scm.
2025-07-07Add tests.Arun Isaac
* test_pyhegp.py: New file. * README.md (Run tests): New section. * guix.scm: Import python-hypothesis from (gnu packages check). (python-pyhegp)[arguments]: Enable tests. [native-inputs]: Add python-hypothesis.
2025-06-27Initial commitArun Isaac