aboutsummaryrefslogtreecommitdiffstats
path: root/guix.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add ‘guile-termios’ dependency to set the speed of ↵Gravatar Tom Willemse2023-07-121-1/+2
| | | | | | | | | | | | | | | | the inkplate TTY There seems to be magic going on here. Once the speed has been set for the device once the OS (at least GNU/Linux) remembers the setting and it doesn't have to happen again after. Since I was porting from my Emacs module, I kept running Emacs and it kept setting the speed, which meant that my tests with Guile kept working. After a reboot, it stopped. This change makes sure that the speed is set. I'm not sure if the raw is necessary, but it's in the example, and it seems to work for now, so I'll keep it around.
* Add distribution fileGravatar Tom Willemse2023-07-061-0/+31
This file can be used either with ‘guix shell -D --file=guix.scm’ or to install the package from source: hall build -x autoreconv -ivf ./configure make dist guix shell -f guix.scm