Commit Graph

2 Commits (master)

Author SHA1 Message Date
informatic d5896d5d16 *: reformat using black 2023-07-14 23:34:14 +02:00
q3k 75c222852b default.nix: implement
This paves the way to hosting bitvend with NixOS.

Getting this to work required pulling in flask-oauthlib and a bunch of
older dependencies. This isn't great, but before we migrate
flask-spaceauth to use authlib that's what we have to do.

We also build pigpio/cygpio. pigpio should get upstreamed into nixpkgs.

We also rename bitvend.py to bitvend-run.py to unconfuse python paths.

To test:

    nix build
    result/bin/bitvend-run.py
2020-02-23 11:44:10 +01:00