mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 15:54:13 +00:00
Merge pull request #90 from 06kellyjac/main
add some other awesome links
This commit is contained in:
commit
8720c8b360
1 changed files with 5 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
||||||
|
|
||||||
* [Channel History](https://channels.nix.gsc.io) - Get historical git commits for Nix channels.
|
* [Channel History](https://channels.nix.gsc.io) - Get historical git commits for Nix channels.
|
||||||
* [Nix Infra Status](https://status.nixos.org) - Get the age and current git commit of each Nix channel.
|
* [Nix Infra Status](https://status.nixos.org) - Get the age and current git commit of each Nix channel.
|
||||||
|
* [nixpkgs PR tracker](https://nixpk.gs/pr-tracker.html) - A tracker for whether a PR has made it into a channel yet.
|
||||||
|
|
||||||
## Deployment Tools
|
## Deployment Tools
|
||||||
|
|
||||||
|
@ -91,6 +92,8 @@
|
||||||
* [Arion](https://github.com/hercules-ci/arion) - Run `docker-compose` with help from Nix/NixOS.
|
* [Arion](https://github.com/hercules-ci/arion) - Run `docker-compose` with help from Nix/NixOS.
|
||||||
* [cached-nix-shell](https://github.com/xzfc/cached-nix-shell) - A `nix-shell` replacement that uses caching to open subsequent shells quickly.
|
* [cached-nix-shell](https://github.com/xzfc/cached-nix-shell) - A `nix-shell` replacement that uses caching to open subsequent shells quickly.
|
||||||
* [Cachix](https://cachix.org/) - Hosted binary cache service; free for open-source projects.
|
* [Cachix](https://cachix.org/) - Hosted binary cache service; free for open-source projects.
|
||||||
|
* [devshell](https://github.com/numtide/devshell) - `mkShell` with extra bits and a toml config option to be able to onboard non-nix users.
|
||||||
|
* [flake-utils](https://github.com/numtide/flake-utils) - Pure Nix flake utility functions to help with writing flakes.
|
||||||
* [gitignore.nix](https://github.com/hercules-ci/gitignore.nix) - The most feature-complete and easy-to-use `.gitignore` integration.
|
* [gitignore.nix](https://github.com/hercules-ci/gitignore.nix) - The most feature-complete and easy-to-use `.gitignore` integration.
|
||||||
* [lorri](https://github.com/target/lorri/) - A much better `nix-shell` for development that augments direnv.
|
* [lorri](https://github.com/target/lorri/) - A much better `nix-shell` for development that augments direnv.
|
||||||
* [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects with package pinning.
|
* [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects with package pinning.
|
||||||
|
@ -151,7 +154,9 @@
|
||||||
|
|
||||||
* [fenix](https://github.com/nix-community/fenix) - Rust toolchains and rust analyzer nightly for nix.
|
* [fenix](https://github.com/nix-community/fenix) - Rust toolchains and rust analyzer nightly for nix.
|
||||||
* [naersk](https://github.com/nmattia/naersk) - Build Rust packages directly from `Cargo.lock`. No conversion step needed.
|
* [naersk](https://github.com/nmattia/naersk) - Build Rust packages directly from `Cargo.lock`. No conversion step needed.
|
||||||
|
* [nixpkgs-mozilla](https://github.com/mozilla/nixpkgs-mozilla) - Mozilla's overlay with bleeding-edge Rust and Firefox.
|
||||||
* [rust-nix-templater](https://github.com/yusdacra/rust-nix-templater) - Generates Nix build and development files for Rust projects.
|
* [rust-nix-templater](https://github.com/yusdacra/rust-nix-templater) - Generates Nix build and development files for Rust projects.
|
||||||
|
* [rust-overlay](https://github.com/oxalica/rust-overlay) - A compatible replacement for Mozilla's overlay that's pure and reproducible.
|
||||||
|
|
||||||
## NixOS Modules
|
## NixOS Modules
|
||||||
|
|
||||||
|
@ -165,7 +170,6 @@
|
||||||
* [Home Manager](https://github.com/nix-community/home-manager) - Manage your user configuration just like NixOS.
|
* [Home Manager](https://github.com/nix-community/home-manager) - Manage your user configuration just like NixOS.
|
||||||
* [nix-bitcoin](https://github.com/fort-nix/nix-bitcoin) - Nix packages and NixOS modules for Bitcoin nodes with higher-layer protocols with an emphasis on security.
|
* [nix-bitcoin](https://github.com/fort-nix/nix-bitcoin) - Nix packages and NixOS modules for Bitcoin nodes with higher-layer protocols with an emphasis on security.
|
||||||
* [nix-darwin](https://github.com/LnL7/nix-darwin) - Manage macOS configuration just like on NixOS.
|
* [nix-darwin](https://github.com/LnL7/nix-darwin) - Manage macOS configuration just like on NixOS.
|
||||||
* [nixpkgs-mozilla](https://github.com/mozilla/nixpkgs-mozilla) - Mozilla's overlay with bleeding-edge Rust and Firefox.
|
|
||||||
* [nixpkgs-wayland](https://github.com/colemickens/nixpkgs-wayland) - Bleeding-edge Wayland packages.
|
* [nixpkgs-wayland](https://github.com/colemickens/nixpkgs-wayland) - Bleeding-edge Wayland packages.
|
||||||
* [NUR](https://github.com/nix-community/NUR/) - Nix User Repositories. The mother of all overlays, allowing access to user repositories and installing packages via attributes.
|
* [NUR](https://github.com/nix-community/NUR/) - Nix User Repositories. The mother of all overlays, allowing access to user repositories and installing packages via attributes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue