Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/konradmalik/nixpkgs-extra

My nix packages that are not upstreamed, not worth upstreaming or are modified for my use.
https://github.com/konradmalik/nixpkgs-extra

nix nix-flake nixpkgs

Last synced: about 1 month ago
JSON representation

My nix packages that are not upstreamed, not worth upstreaming or are modified for my use.

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/konradmalik/nixpkgs-extra/actions/workflows/linux.yml/badge.svg)](https://github.com/konradmalik/nixpkgs-extra/actions)
[![Actions Status](https://github.com/konradmalik/nixpkgs-extra/actions/workflows/darwin.yml/badge.svg)](https://github.com/konradmalik/nixpkgs-extra/actions)

# nixpkgs-extra

Hosts packages:

- azurite (only latest)
- various dotnet 8 SDK patch versions

## How to add new dotnet version

Just call the below script with the proper version argument:

```bash
# an example
$ ./pkgs/dotnet/nix-prefetch-dotnet.sh 8.0.205
```

And commit the result.