Support Nix.
This commit is contained in:
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 ])) ];
|
||||
}
|
||||
Reference in New Issue
Block a user