All Projects → NixOS → Nix

NixOS / Nix

Licence: lgpl-2.1
Nix, the purely functional package manager

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
Nix
1067 projects
M4
1887 projects
Makefile
30231 projects
rust
11053 projects

Projects that are alternatives of or similar to Nix

Nix 1p
A (more or less) one page introduction to Nix, the language.
Stars: ✭ 219 (-95.86%)
Mutual labels:  nix, functional-programming
Niv
Easy dependency management for Nix projects
Stars: ✭ 669 (-87.36%)
Mutual labels:  package-manager, nix
nix-portable
Nix - Static, Permissionless, Installation-free, Pre-configured
Stars: ✭ 356 (-93.27%)
Mutual labels:  package-manager, nix
Lager
C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++
Stars: ✭ 379 (-92.84%)
Mutual labels:  functional-programming
Functional Javascript
Functional is a library for functional programming in JavaScript. It defines the standard higher-order functions such as map, reduce (aka foldl), and select (aka filter). It also defines functions such as curry, rcurry, and partial for partial function application; and compose, guard, and until for function-level programming.
Stars: ✭ 383 (-92.76%)
Mutual labels:  functional-programming
Yalinqo
Yet Another LINQ to Objects for PHP [Simplified BSD]
Stars: ✭ 400 (-92.44%)
Mutual labels:  functional-programming
Packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
Stars: ✭ 418 (-92.1%)
Mutual labels:  package-manager
Kotlin Result
A multiplatform Result monad for modelling success or failure operations.
Stars: ✭ 369 (-93.03%)
Mutual labels:  functional-programming
Fpo
FP library for JavaScript. Supports named-argument style methods.
Stars: ✭ 419 (-92.08%)
Mutual labels:  functional-programming
Awesome Nix
😎 A curated list of the best resources in the Nix community [[email protected]]
Stars: ✭ 388 (-92.67%)
Mutual labels:  nix
Nixos Hardware
A collection of NixOS modules covering hardware quirks.
Stars: ✭ 391 (-92.61%)
Mutual labels:  nix
Javascript Exercises
📚 Collection of JavaScript exercises and coding challenges.
Stars: ✭ 385 (-92.72%)
Mutual labels:  functional-programming
Poac
A package manager for C++, like Rust's Cargo.
Stars: ✭ 410 (-92.25%)
Mutual labels:  package-manager
Java8 Cheatsheet
A Java 8+ Cheat Sheet for functional programming
Stars: ✭ 381 (-92.8%)
Mutual labels:  functional-programming
Topshell
TopShell - a purely functional, reactive scripting language
Stars: ✭ 422 (-92.02%)
Mutual labels:  functional-programming
Awesome Fable
A curated list of useful Fable tutorials, libraries and software. Inspired by awesome list. Feel free to contribute.
Stars: ✭ 376 (-92.89%)
Mutual labels:  functional-programming
Whyhaskellmatters
In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.
Stars: ✭ 418 (-92.1%)
Mutual labels:  functional-programming
Benchmarks Of Javascript Package Managers
Benchmarks of JavaScript Package Managers
Stars: ✭ 388 (-92.67%)
Mutual labels:  package-manager
Awesome Npm
Awesome npm resources and tips
Stars: ✭ 3,894 (-26.4%)
Mutual labels:  package-manager
Carp
Carp is a programming language designed to work well for interactive and performance sensitive use cases like games, sound synthesis and visualizations.
Stars: ✭ 4,389 (-17.05%)
Mutual labels:  functional-programming

Nix

Open Collective supporters Test

Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible. Please refer to the Nix manual for more details.

Installation

On Linux and macOS the easiest way to install Nix is to run the following shell command (as a user other than root):

$ curl -L https://nixos.org/nix/install | sh

Information on additional installation methods is available on the Nix download page.

Building And Developing

See our Hacking guide in our manual for instruction on how to build nix from source with nix-build or how to get a development environment.

Additional Resources

License

Nix is released under the LGPL v2.1.

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].