All Projects → nix-community → Awesome Nix

nix-community / Awesome Nix

Licence: other
😎 A curated list of the best resources in the Nix community [[email protected]]

Projects that are alternatives of or similar to Awesome Nix

Dotfiles
And I say hey, what's going on?
Stars: ✭ 348 (-10.31%)
Mutual labels:  nixos, nix
Devos
NixOS Framework
Stars: ✭ 338 (-12.89%)
Mutual labels:  nixos, nix
microvm.nix
NixOS MicroVMs
Stars: ✭ 136 (-64.95%)
Mutual labels:  nix, nixos
nix-new-rails-app
Initialize Rails applications using Nix and development environments (nix-shell)
Stars: ✭ 27 (-93.04%)
Mutual labels:  nix, nixos
tix
[WIP] A type system for nix
Stars: ✭ 59 (-84.79%)
Mutual labels:  nix, nixos
nix-bash-completions
Bash completion for the Nix command line tools
Stars: ✭ 39 (-89.95%)
Mutual labels:  nix, nixos
dotfiles
My NixOS dotfiles
Stars: ✭ 21 (-94.59%)
Mutual labels:  nix, nixos
nixos-config
My NixOS configuration
Stars: ✭ 23 (-94.07%)
Mutual labels:  nix, nixos
dconf2nix
🐾 Convert Dconf files (e.g. Gnome Shell) to Nix, as expected by Home Manager
Stars: ✭ 51 (-86.86%)
Mutual labels:  nix, nixos
system
Declarative NixOS system configuration for all my machines
Stars: ✭ 14 (-96.39%)
Mutual labels:  nix, nixos
Cachix
Command line client for Nix binary cache hosting:
Stars: ✭ 322 (-17.01%)
Mutual labels:  nixos, nix
Morph
NixOS deployment tool
Stars: ✭ 303 (-21.91%)
Mutual labels:  nixos, nix
nixcrates
DEPRECATED reads rust-lang/crates.io-index and outputs nix expressions into fractalide/nix-crates-index
Stars: ✭ 14 (-96.39%)
Mutual labels:  nix, nixos
django-nixos
NixOS/NixOps configuration for Django
Stars: ✭ 21 (-94.59%)
Mutual labels:  nix, nixos
nixos-on-arm
Cross Compiling NixOS to ARM as a replacement for Yocto
Stars: ✭ 129 (-66.75%)
Mutual labels:  nix, nixos
nixexprs
nix stuff
Stars: ✭ 13 (-96.65%)
Mutual labels:  nix, nixos
dotfiles
Dotfiles for my NixOS system based on Dracula theme
Stars: ✭ 39 (-89.95%)
Mutual labels:  nix, nixos
high-quality-nix-content
GitHub repository containing highest quality Nix/NixOS content
Stars: ✭ 88 (-77.32%)
Mutual labels:  nix, nixos
dotnix
Shackled within an elaborate prison of my own design.
Stars: ✭ 35 (-90.98%)
Mutual labels:  nix, nixos
Nix.dev
An opinionated guide for developers wanting to get things done with Nix.
Stars: ✭ 300 (-22.68%)
Mutual labels:  nixos, nix

awesome-nix Awesome nixos

A curated list of the best resources in the Nix community

Please read the contribution guidelines before contributing.

Resources

Learning

  • Nix Notes - A collection of short notes about Nix, each contributing to the same virtual machine image.
  • Nix Pills - The best way to learn by examples.
  • Nix Shorts - A collection of short notes about Nix.
  • nix.dev - An opinionated guide for developers getting things done using the Nix ecosystem.
  • Tour of Nix - Online interactive tutorial on Nix language constructs.

Grokking

  • Hound - Handy search across all or selected nix related repos.
  • Nixpkgs Database - A database with Nix packages at all versions, from all channels.

Newsletters

  • NixOS Weekly - The best newsletter to stay informed about community updates.

Installation Media

  • nixos-generators - Take a nixos config and build multile usage images including VirtualBox, Azure, installation iso among other formats.

Channel History

Cloud stuff

  • krops - A lightweigt toolkit to deploy NixOS systems, remotely or locally.
  • kubenix - Kubernetes resource builder using nix.
  • morph - A tool for managing existing NixOS hosts.
  • nixery - Container registry which builds images ad-hoc via Nix
  • nixops - Deploy using Nix.
  • nixos-shell - Simple headless VM configuration using Nix (similar to Vagrant).
  • terraform-nixos - A set of Terraform modules that are designed to deploy NixOS.
  • terranix - Use Nix and the NixOS module system to write your Terraform code.

High Performance Computing

Command-line tools

  • comma - Quickly run any binary; wraps together nix run and nix-index.
  • nixfmt - A formatter for Nix code, intended to easily apply a uniform style.
  • nix-diff - Explain why two Nix derivations differ.
  • nix-index - Quickly locate nix packages with specific files.
  • nix-prefetch - Universal tool to update source checksums

Development

  • lorri - A much better nix-shell for development.
  • cached-nix-shell - A nix-shell replacementt that uses caching to open subsequent shells quickly.
  • nix-review - The best tool to verify that a pull-request in nixpkgs is building properly.
  • niv - Easy dependency management for Nix projects.
  • pre-commit-hooks.nix - Run linters/formatters at commit time and on your CI
  • gitignore.nix - Most feature complete and easy to use .gitignore integration
  • arion - Run docker-compose with help from Nix/NixOS
  • Cachix - Hosted binary cache service

Programming languages

Elm

  • Nix Elm Tools - Elm language community tooling for Nix and NixOS users.
  • elm2nix - Convert elm.json into Nix expressions

Haskell

  • cabal2nix - Converts a Cabal file into a Nix build expression.
  • snack - Nix-based incremental build tool for Haskell projects.
  • stack2nix - Generate nix expressions for Haskell projects.
  • nix-haskell-mode - Automatic Haskell setup in Emacs
  • haskell.nix - Alternative Haskell Infrastructure for Nixpkgs

NodeJS

  • napalm - Support for building npm packages in Nix and lightweight npm registry.
  • yarn2nix - Generate nix expressions from a yarn.lock file.
  • node2nix

PureScript

Python

  • mach-nix - Tool to create highly reproducible python environments
  • pypi2nix - Generate Nix expressions for Python packages
  • poetry2nix - Build Python packages directly from Poetry's poetry.lock. No conversion step needed.

Ruby

  • bundix - Generates a Nix expression for your Bundler-managed application.

Rust

  • carnix - Carnix is a compiler from the Cargo.lock files produced by cargo to Nix expressions.
  • fenix - Rust nightly toolchains and rust analyzer nightly for nix
  • naersk - Build Rust packages directly from Cargo.lock. No conversion step needed.

NixOS modules

Overlays

  • NUR - Nix User Repositories. The mother of all overlays.
  • home-manager - Manager user configuration just like NixOS.
  • nix-darwin - Manage macOS configuration just like on NixOS.
  • nixpkgs-mozilla - Mozilla's overlay with bleeding Rust and Firefox.
  • nixpkgs-wayland - Bleeding edge Wayland packages.
  • nix-bitcoin - Nix packages and nixos modules for Bitcoin nodes with higher layer protocols with an emphasis on security.
  • awesome-nix-hpc - High Performance Computing package sets

Community

License

CC0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].