An open API service indexing awesome lists of open source software.

https://github.com/starrfox/packages

nix packages
https://github.com/starrfox/packages

Last synced: about 1 year ago
JSON representation

nix packages

Awesome Lists containing this project

README

          

# Packages

nix packages

## Usage

to update the packages in this repo do

```shell
nix develop --command just update
```

to use them just do

```shell
nix run github:StarrFox/packages#
```

## Binary Cache

there is a binary cache at

## Adding a package

- create a nvfetcher entry in packages/nvfetcher.toml
- run `just new `
- edit `packages//default.nix` to use the generated src
- add package to packages/default.nix
- add package to [Current packages](#current-packages)

## Current packages

[ImHex](https://github.com/WerWolv/ImHex)

[Gh-Poi](https://github.com/seachicken/gh-poi)

[Vscord](https://github.com/LeonardSSH/vscord)

[Andromeda](https://github.com/EliverLara/Andromeda)

[Vscode-coconut](https://github.com/evhub/sublime-coconut)

[Mrpack-install](https://github.com/nothub/mrpack-install)

## Resources

[Nobbz's package action](https://github.com/NobbZ/nixos-config/blob/4acd7fe978495e25a228586c380160be91d6bd63/.github/workflows/flake-update.yml#L9-L39)