1 2 3 4 5
{ pkgs ? import <nixpkgs> {} }: ((import ./Cargo.nix).stallman_shooter {}).override { buildInputs = [ pkgs.SDL2 pkgs.SDL2_image ]; }