https://github.com/starrfox/packages
nix packages
https://github.com/starrfox/packages
Last synced: about 1 year ago
JSON representation
nix packages
- Host: GitHub
- URL: https://github.com/starrfox/packages
- Owner: StarrFox
- License: mit
- Created: 2023-05-28T12:30:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T01:11:12.000Z (about 2 years ago)
- Last Synced: 2024-04-13T23:04:34.976Z (about 2 years ago)
- Language: Nix
- Size: 233 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)