This is the master branch of nixpkgs, initially pulled from commit 8debf2f9a63d54ae4f28994290437ba54c681c7b
The intent of this repo is to be merged onto nixpkgs master. This will also be of help for https://git.suyu.dev/BoomMicrophone/suyu-nix-test
which I will need in order for development (it will also be helpful to know what to do for setting up the environment for the master server. Currently I am focusing on this so I can actually see what is still missing)
This repo will be removed once the PR to the nixpkgs github goes through
605cc4fdeb
Updates VirtualBox from version 5.0.12 to 5.0.14. Upstream changes are (without bug IDs): * GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X * Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression) * Audio: don't crash if the backend is unable to initialize * Audio: fixed audio capture on Mac OS X * Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM * BIOS: properly report if two floppy drives are attached * USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression) * ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past * Windows hosts: fixed a regression which caused robocopy to fail * Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression) * Mac OS X hosts: several fixes for USB on El Capitan * Linux Additions: fixes for Linux 4.5 Full upstream changelog with bug IDs can be found at: https://www.virtualbox.org/wiki/Changelog The reason I was reluctant to merge this before were these symbol lookup errors: vboxsf: Unknown symbol VBoxGuest_RTMemTmpFree (err 0) vboxsf: Unknown symbol VBoxGuestIDCCall (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRequest (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRelease (err 0) vboxsf: Unknown symbol VBoxGuest_RTLogRelGetDefaultInstanceEx (err 0) vboxsf: Unknown symbol VBoxGuest_RTErrConvertToErrno (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexCreate (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexDestroy (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemContFree (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexRelease (err 0) vboxsf: Unknown symbol VBoxGuestIDCOpen (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertShouldPanic (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemContAlloc (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexRequest (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexCreate (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemTmpAllocTag (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexDestroy (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertMsg1Weak (err 0) vboxsf: Unknown symbol VBoxGuestIDCClose (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertMsg2Weak (err 0) However, after testing it against 5.0.12, the same errors occur there as well, so it is likely related to our VM tests. |
||
---|---|---|
.github | ||
doc | ||
lib | ||
maintainers | ||
nixos | ||
pkgs | ||
.gitignore | ||
.mention-bot | ||
.travis.yml | ||
.version | ||
COPYING | ||
default.nix | ||
README.md |
Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:
% git remote add channels git://github.com/NixOS/nixpkgs-channels.git
For stability and maximum binary package support, it is recommended to maintain
custom changes on top of one of the channels, e.g. nixos-15.09
for the latest
release and nixos-unstable
for the latest successful build of master:
% git remote update channels
% git rebase channels/nixos-15.09
For pull-requests, please rebase onto nixpkgs master
.
NixOS linux distribution source code is located inside
nixos/
folder.
- NixOS installation instructions
- Documentation (Nix Expression Language chapter)
- Manual (How to write packages for Nix)
- Manual (NixOS)
- Nix Wiki
- Continuous package builds for unstable/master
- Continuous package builds for 15.09 release
- Tests for unstable/master
- Tests for 15.09 release
Communication: