mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
7 lines
126 B
Nix
7 lines
126 B
Nix
rec {
|
|
inherit (import /nixpkgs/trunk/pkgs/system/i686-linux.nix)
|
|
stdenv kernel ov511;
|
|
|
|
everything = [kernel ov511];
|
|
}
|