Skip to content

recaptime-dev/infra-custom-nixpkgs

Repository files navigation

~recaptime-dev's custom nix packages

Build and populate cache Cachix Cache

This repository is used by the squad to stage software for packaging to nixpkgs before we submit it as a merge request to the official nixpkgs repo.

We're currently do not accepting packaging requests here from external contributors, although we're open with bug reports regarding the builds CI.

How to build

You can build the packages locally with:

nix-shell -A <package-name>

# or manually import nixpkgs
nix-shell --arg pkgs 'import <nixpkgs> {}' -A <package-name