https://github.com/recaptime-dev/infra-custom-nixpkgs
Mirror of https://mau.dev/recaptime-dev/infra/custom-nixpkgs
https://github.com/recaptime-dev/infra-custom-nixpkgs
Last synced: 2 months ago
JSON representation
Mirror of https://mau.dev/recaptime-dev/infra/custom-nixpkgs
- Host: GitHub
- URL: https://github.com/recaptime-dev/infra-custom-nixpkgs
- Owner: recaptime-dev
- License: mit
- Created: 2023-08-22T15:25:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:48:43.000Z (almost 2 years ago)
- Last Synced: 2024-06-05T16:58:37.413Z (almost 2 years ago)
- Language: Nix
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ~recaptime-dev's custom nix packages

[](https://recaptime-dev.cachix.org)
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:
```bash
nix-shell -A
# or manually import nixpkgs
nix-shell --arg pkgs 'import {}' -A