Skip to content

Skyb0rg007/packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skyenet packages

Repo for all different packages

NixOS

This subdirectory is a Nix flake.

Import with

{
    inputs.skyenet.url = "github:Skyb0rg007/packages.git?dir=NixOS";
    # If you're also depending on nixpkgs
    inputs.skyenet.inputs.nixpkgs.follows = "nixpkgs";
    # If you're also depending on cachix's git-hooks package
    inputs.skyenet.inputs.git-hooks.follows = "git-hooks";

    # ...
}

You can then the packages with skyenet.packages.${system}.package-name. For NixOS or home-manager modules, you can pass extra arguments through the specialArgs or extraSpecialArgs inputs respectively.

Cachix substituter

Instead of building the packages on your machine, you can download pre-built derivations courtesy of Cachix. Add the following to your nix.conf:

extra-substituters = https://skyenet.cachix.org
extra-trusted-public-keys = skyenet.cachix.org-1:Pf1Kzvduw4vFW0jGH3Vvaxkv8RYk2EK5LyPzhpYBI5s=

Note: the extra- prefix just means the line won't override previous configuration.

Packages

In-Progress / Stalled

  • reddio
  • cdash
  • tubearchivist
  • archivebox
  • paperless-ai

Ubuntu/Debian

I setup an APT repository hosted on GitHub Pages at https://apt.soss.website/. The README.html has an installation guide.

Note: I intentionally do not clone the source code in this repo. To build, use the build.sh script which uses uscan to download the sources from upstream.

Packages

In-Progress

About

Repo for all different packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published