mirror of
https://github.com/schmittlauch/nur-packages
synced 2025-12-31 04:29:06 +01:00
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:
parent
53798d3241
commit
39b80ee20a
11 changed files with 469 additions and 13 deletions
7
pkgs/lolcommits/shell.nix
Normal file
7
pkgs/lolcommits/shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
with pkgs;
|
||||
with stdenv;
|
||||
mkShell {
|
||||
name = "lolcommits-shell";
|
||||
buildInputs = [ bundix ruby ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue