[bot] treewide: remove unused 'inherit' in let blocks
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
assert crossSystem == null;
|
||||
|
||||
let
|
||||
inherit (localSystem) system platform;
|
||||
inherit (localSystem) system;
|
||||
|
||||
shell =
|
||||
if system == "i686-freebsd" || system == "x86_64-freebsd" then "/usr/local/bin/bash"
|
||||
|
||||
Reference in New Issue
Block a user