Skip to content

Latest commit

 

History

570 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

See NixOS/README.md.

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages