Stuff
This commit is contained in:
parent
774908425d
commit
02fca8be4c
9 changed files with 88 additions and 41 deletions
18
packages/indent-bars.nix
Normal file
18
packages/indent-bars.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
trivialBuild,
|
||||
compat,
|
||||
src,
|
||||
}: let
|
||||
rev = "de347fc7fd2bdb905f95b986460ec485cd047992";
|
||||
in
|
||||
trivialBuild {
|
||||
inherit src;
|
||||
pname = "indent-bars";
|
||||
version = rev;
|
||||
propagatedUserEnvPkgs = [
|
||||
compat
|
||||
];
|
||||
buildInputs = [
|
||||
compat
|
||||
];
|
||||
}
|
Reference in a new issue