nur-packages/pkgs/lolcommits/shell.nix
Trolli Schmittlauch 39b80ee20a lolcommits: init at 0.16.2
- initial lolcommits packaging done by fzakaria
- mplayer with v4l webcam support taken from nixpkgs-unstable
2021-03-11 02:28:47 +01:00

8 lines
131 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
with stdenv;
mkShell {
name = "lolcommits-shell";
buildInputs = [ bundix ruby ];
}