@philiptaron's lix workspace
Find a file
eldritch horrors 4551dd0f2c Merge pull request #10010 from 9999years/fix-9941
Fix "Failed tcsetattr(TCSADRAIN)" when `nix repl` is not a TTY

(cherry picked from commit 864fc85fc88ff092725ba99907611b2b8d2205fb)
Change-Id: I8198674b935fabd741a349cc74544e61c53ea7b3
2024-03-04 09:25:17 +01:00
.github
config
contrib
doc Merge pull request #9918 from 9999years/debugger-locals-for-let-expressions 2024-03-04 08:54:52 +01:00
m4 Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomics 2024-03-04 05:24:33 +01:00
maintainers Merge pull request #9393 from hercules-ci/changelog-d 2024-03-04 07:11:19 +01:00
misc Merge pull request #9573 from hercules-ci/rl-next-md-frontmatter 2024-03-04 07:12:09 +01:00
mk Merge pull request #9465 from obsidiansystems/build-dir 2024-03-04 07:11:25 +01:00
perl
scripts Merge pull request #10001 from abathur/fix_macos_daemon_perms 2024-03-04 09:25:17 +01:00
src Merge pull request #10010 from 9999years/fix-9941 2024-03-04 09:25:17 +01:00
tests Ban building Nix with NDEBUG 2024-03-04 09:24:58 +01:00
unit-test-data/libstore
.dir-locals.el
.editorconfig
.gitignore Merge pull request #9933 from pennae/debugger-fix 2024-03-04 08:57:44 +01:00
.version
boehmgc-coroutine-sp-fallback.diff
boehmgc-traceable_allocator-public.diff Merge pull request #9430 from hercules-ci/remove-vlas 2024-03-04 07:11:25 +01:00
configure.ac Merge pull request #9844 from NixOS/pkg-config-gmock 2024-03-04 08:47:39 +01:00
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock Merge pull request #9690 from obsidiansystems/nixos-23.05-small-again 2024-03-04 07:47:58 +01:00
flake.nix Merge pull request #9692 from 9999years/update-clang-stdenv 2024-03-04 07:48:42 +01:00
local.mk
Makefile Merge pull request #9465 from obsidiansystems/build-dir 2024-03-04 07:11:25 +01:00
Makefile.config.in
precompiled-headers.h
README.md
shell.nix

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 to set up a development environment and build Nix from source.

Additional Resources

License

Nix is released under the LGPL v2.1.