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