Nix Packages collection
Go to file
Franz Pletz 46db4d8ad3 Check if /proc/sys/kernel/hotplug exists before writing
If a kernel without CONFIG_UEVENT_HELPER set is used with NixOS, the file
/proc/sys/kernel/hotplug does not exist. Before writing to it to disable
this deprecated mechanism, we have to ensure it actually exists because
otherwise the activation script will fail.

(cherry picked from commit 16d25f4fa6)
2015-05-12 11:18:36 +02:00
doc typos 2014-11-15 20:23:32 +01:00
lib Add microscheme derivation 2015-02-16 23:19:27 +01:00
maintainers http://nixos.org -> https://nixos.org 2014-12-14 11:26:21 +01:00
nixos Check if /proc/sys/kernel/hotplug exists before writing 2015-05-12 11:18:36 +02:00
pkgs btrfs: Remove btrfs deadlock patch 2015-05-08 05:28:35 -07:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.travis.yml Travis: chop build in install and build phases 2014-10-15 11:05:12 +02:00
.version 14.11 -> 14.12 2014-12-09 15:03:41 +01:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix if we abort with too old Nix, hint docs 2015-01-27 18:46:16 +01:00
README.md http://nixos.org -> https://nixos.org 2014-12-14 11:26:21 +01:00

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.