mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* A release expression for building Nixpkgs on Hydra (the new build
farm). svn path=/nixpkgs/trunk/; revision=13478
This commit is contained in:
parent
82ab4c6105
commit
7027006e4d
14
pkgs/top-level/release.nix
Normal file
14
pkgs/top-level/release.nix
Normal file
@ -0,0 +1,14 @@
|
||||
let
|
||||
|
||||
allPackages = import ./all-packages.nix;
|
||||
|
||||
pkgs = {
|
||||
inherit (allPackages {system = "i686-linux";})
|
||||
bash
|
||||
gcc
|
||||
;
|
||||
hello = {system}: (allPackages {inherit system;}).hello;
|
||||
pan = {system}: (allPackages {inherit system;}).pan;
|
||||
};
|
||||
|
||||
in pkgs
|
Loading…
Reference in New Issue
Block a user