f20d80957c
much cruft gets symlinked, needs weeding and documenting...lots of documenting.... svn path=/nixu/trunk/; revision=4501
6 lines
126 B
Nix
6 lines
126 B
Nix
rec {
|
|
inherit (import /nixpkgs/trunk/pkgs/system/i686-linux.nix)
|
|
stdenv kernel ov511;
|
|
|
|
everything = [kernel ov511];
|
|
}
|