2
0
Fork 0

Build upstream with Hydra

This commit is contained in:
Ehmry - 2019-09-21 21:03:04 +02:00
parent fd3ca8fb27
commit a6aa89ebee
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@
import ./default.nix { system = { config = "x86_64-unknown-genode"; }; };
in {
nixpkgs = { inherit (pkgs.nixpkgs) stdenv; };
inherit (pkgs) upstream;
};
}