]> git.scottworley.com Git - snek/commit
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)
commitc5da897d5d1db5dd33ded4a4e3b50be0ea377372
treee10d9f1d683a1ffbcb96b56c7a89442b757d03c8
parent5d52919c54878ff584dc377bd995f58ff371b57c
Build with nix

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'
default.nix [new file with mode: 0644]