treewide: remove platform assertions
linux: readd assertion
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ stdenv, fetchurl, fetchgit, go }:
|
||||
|
||||
assert stdenv.isLinux && (stdenv.isi686 || stdenv.isx86_64 || stdenv.isAarch32);
|
||||
|
||||
let
|
||||
|
||||
# Code with BSD license
|
||||
|
||||
Reference in New Issue
Block a user