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