Support Nix.
This commit is contained in:
parent
636388dbe6
commit
21e4b12672
|
@ -0,0 +1,5 @@
|
|||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "a-robots-conundrum";
|
||||
buildInputs = [ (python27.withPackages (ps: with ps; [ pygame numpy ])) ];
|
||||
}
|
Loading…
Reference in New Issue