Add base-linux from nfeske

This commit is contained in:
Emery Hemingway 2019-12-14 09:49:20 +00:00
parent ac11a14f9b
commit a951bb013b
2 changed files with 12 additions and 1 deletions

View File

@ -40,9 +40,13 @@
expand = baseUrl: listing:
builtins.listToAttrs (map (unpack baseUrl) listing);
pkgs = expand "http://depot.genode.org/genodelabs/bin/x86_64/"
nfeske = expand "http://depot.genode.org/nfeske/bin/x86_64/"
(import ./nfeske-list.nix);
genodelabs = expand "http://depot.genode.org/genodelabs/bin/x86_64/"
(import ./genodelabs-list.nix);
pkgs = nfeske // genodelabs;
in {
packages = {
x86_64-linux-x86_64-genode = pkgs;

7
nfeske-list.nix Normal file
View File

@ -0,0 +1,7 @@
[{
name = "base-linux";
value = {
sha256 = "1iw0sxwbz9l53hcqmiw6j73hfzzbh3dv2nwjjlj8hjw5k6ag4da7";
version = "2019-12-12";
};
}]