lolcommits: init at 0.16.2

- initial lolcommits packaging done by fzakaria
- mplayer with v4l webcam support taken from nixpkgs-unstable
This commit is contained in:
Trolli Schmittlauch 2021-03-11 02:28:47 +01:00
parent 53798d3241
commit 39b80ee20a
11 changed files with 469 additions and 13 deletions

View file

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