de51340b0c
svn path=/nixpkgs/trunk/; revision=5862
7 lines
134 B
Nix
7 lines
134 B
Nix
rec {
|
|
inherit (import /nixpkgs/trunk/pkgs/top-level/all-packages.nix {})
|
|
stdenv kernel ov511;
|
|
|
|
everything = [kernel ov511];
|
|
}
|