Merge pull request #123624 from ben0x539/wtf
This commit is contained in:
commit
5cf7cfccf0
|
@ -1,9 +1,7 @@
|
||||||
{ stdenv, pkgs, cores, runtimeShell }:
|
{ stdenv, pkgs, lib, cores, runtimeShell }:
|
||||||
|
|
||||||
assert cores != [];
|
assert cores != [];
|
||||||
|
|
||||||
with pkgs.lib;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
script = exec: ''
|
script = exec: ''
|
||||||
|
|
Loading…
Reference in New Issue