Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/konradmalik/nixpkgs-extra
- Owner: konradmalik
- License: mit
- Created: 2023-04-18T08:02:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T07:38:47.000Z (about 2 months ago)
- Last Synced: 2024-09-28T09:03:55.131Z (about 2 months ago)
- Topics: nix, nix-flake, nixpkgs
- Language: Nix
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.