krops: add package
This commit is contained in:
parent
03db1a61b1
commit
e017675d5e
3 changed files with 27 additions and 0 deletions
12
pkgs/krops/default.nix
Normal file
12
pkgs/krops/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
let
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://cgit.krebsco.de/krops";
|
||||
rev = "804c79a14dc8f81a602d31d5a1eed5f82b3f2457";
|
||||
sha256 = "1k20l7zqprsrm9s38xslr7190vssf4sjdprd9gh146hxlvln2qrf";
|
||||
};
|
||||
in {
|
||||
lib = import "${src}/lib";
|
||||
pkgs = import "${src}/pkgs" {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue