Merge pull request #123624 from ben0x539/wtf

This commit is contained in:
Sandro 2021-05-22 17:42:46 +02:00 committed by GitHub
commit 5cf7cfccf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,7 @@
{ stdenv, pkgs, cores, runtimeShell }:
{ stdenv, pkgs, lib, cores, runtimeShell }:
assert cores != [];
with pkgs.lib;
let
script = exec: ''