Move all x86_64-linux-x86_64-genode checks to 86_64-linux

This commit is contained in:
Emery Hemingway 2020-04-13 16:16:30 +05:30
parent e97e80dcaf
commit 6aa43a1129
1 changed files with 1 additions and 1 deletions

View File

@ -127,6 +127,6 @@
lib = self.lib.${system};
nixpkgs = nixpkgsFor.${system};
});
in checks' // { x86_64-linux = checks'.x86_64-linux-x86_64-genode; };
in { x86_64-linux = checks'.x86_64-linux-x86_64-genode; };
};
}