add lolcommits to overlay
based on work by Farid Zakaria https://github.com/fzakaria/lolcommits-nixpkgs
This commit is contained in:
parent
f1da50c5c0
commit
4259358460
11 changed files with 469 additions and 0 deletions
7
home/ov/lolcommits-nixpkgs/shell.nix
Normal file
7
home/ov/lolcommits-nixpkgs/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