]> git.scottworley.com Git - snek/commitdiff
Build with nix
authorScott Worley <scottworley@scottworley.com>
Thu, 11 Jun 2020 21:09:45 +0000 (14:09 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 11 Jun 2020 21:10:12 +0000 (14:10 -0700)
This doesn't work:

  $ nix-build .
  $ ./result/bin/snek
  Traceback (most recent call last):
    File "/nix/store/...-python3.7-snek-1.0/bin/.snek-wrapped", line 6, in <module>
      from snek import main
  ModuleNotFoundError: No module named 'snek'


No differences found