treewide: remove platform assertions
linux: readd assertion
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
let
|
||||
arch =
|
||||
if stdenv.system == "x86_64-linux" then "x64"
|
||||
|
||||
Reference in New Issue
Block a user