Merge pull request #123624 from ben0x539/wtf

This commit is contained in:
Sandro
2021-05-22 17:42:46 +02:00
committed by GitHub

View File

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