lots of things (insanely good commit msg ik)
This commit is contained in:
parent
37bf3c37a4
commit
aac7aed59f
16 changed files with 508 additions and 101 deletions
16
pkgs/cartographer/default.nix
Normal file
16
pkgs/cartographer/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
kernel,
|
||||
kmod,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "cartographer";
|
||||
version = "0.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "LWSS";
|
||||
repo = "Cartographer";
|
||||
rev = "";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue