mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 09:31:01 +00:00
* Don't use hardcoded /nixpkgs.
svn path=/nixu/trunk/; revision=6914
This commit is contained in:
parent
89c31b1c2c
commit
319489bf8b
2
pkgs.nix
2
pkgs.nix
|
@ -1,5 +1,5 @@
|
|||
rec {
|
||||
inherit (import /nixpkgs/trunk/pkgs/top-level/all-packages.nix {})
|
||||
inherit (import ./pkgs/top-level/all-packages.nix {})
|
||||
stdenv kernelscripts kernel bash bashStatic coreutils coreutilsDiet
|
||||
findutilsWrapper utillinux utillinuxStatic sysvinit e2fsprogsDiet
|
||||
e2fsprogs nettools nix subversion gcc wget which vim less screen
|
||||
|
|
Loading…
Reference in a new issue