mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-05-12 00:20:11 +02:00

- initial lolcommits packaging done by fzakaria - mplayer with v4l webcam support taken from nixpkgs-unstable
8 lines
131 B
Nix
8 lines
131 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
with pkgs;
|
|
with stdenv;
|
|
mkShell {
|
|
name = "lolcommits-shell";
|
|
buildInputs = [ bundix ruby ];
|
|
}
|